!C99Shell v. 2.5 [PHP 8 Update] [24.05.2025]!

Software: Apache/2.4.41 (Ubuntu). PHP/8.0.30 

uname -a: Linux apirnd 5.4.0-204-generic #224-Ubuntu SMP Thu Dec 5 13:38:28 UTC 2024 x86_64 

uid=33(www-data) gid=33(www-data) groups=33(www-data) 

Safe-mode: OFF (not secure)

/var/www/html/laravel-crm/vendor/krayin/krayin-package-generator/src/Providers/   drwxrwxrwx
Free 13.13 GB of 57.97 GB (22.66%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     PackageGeneratorServiceProvider.php (2.62 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php

namespace Webkul\PackageGenerator\Providers;

use 
Illuminate\Support\ServiceProvider;
use 
Webkul\PackageGenerator\Console\Command\CommandMakeCommand;
use 
Webkul\PackageGenerator\Console\Command\ControllerMakeCommand;
use 
Webkul\PackageGenerator\Console\Command\DatagridMakeCommand;
use 
Webkul\PackageGenerator\Console\Command\EventMakeCommand;
use 
Webkul\PackageGenerator\Console\Command\ListenerMakeCommand;
use 
Webkul\PackageGenerator\Console\Command\MailMakeCommand;
use 
Webkul\PackageGenerator\Console\Command\MiddlewareMakeCommand;
use 
Webkul\PackageGenerator\Console\Command\MigrationMakeCommand;
use 
Webkul\PackageGenerator\Console\Command\ModelContractMakeCommand;
use 
Webkul\PackageGenerator\Console\Command\ModelMakeCommand;
use 
Webkul\PackageGenerator\Console\Command\ModelProxyMakeCommand;
use 
Webkul\PackageGenerator\Console\Command\ModuleProviderMakeCommand;
use 
Webkul\PackageGenerator\Console\Command\NotificationMakeCommand;
use 
Webkul\PackageGenerator\Console\Command\PackageMakeCommand;
use 
Webkul\PackageGenerator\Console\Command\ProviderMakeCommand;
use 
Webkul\PackageGenerator\Console\Command\RepositoryMakeCommand;
use 
Webkul\PackageGenerator\Console\Command\RequestMakeCommand;
use 
Webkul\PackageGenerator\Console\Command\RouteMakeCommand;
use 
Webkul\PackageGenerator\Console\Command\SeederMakeCommand;

class 
PackageGeneratorServiceProvider extends ServiceProvider
{
    
/**
     * Bootstrap services.
     */
    
public function boot(): void {}

    
/**
     * Register services.
     */
    
public function register(): void
    
{
        
$this->registerCommands();
    }

    
/**
     * Register the console commands of this package
     */
    
protected function registerCommands(): void
    
{
        if (
$this->app->runningInConsole()) {
            
$this->commands([
                
PackageMakeCommand::class,
                
ProviderMakeCommand::class,
                
ModuleProviderMakeCommand::class,
                
ControllerMakeCommand::class,
                
RouteMakeCommand::class,
                
MigrationMakeCommand::class,
                
ModelMakeCommand::class,
                
ModelProxyMakeCommand::class,
                
ModelContractMakeCommand::class,
                
RepositoryMakeCommand::class,
                
SeederMakeCommand::class,
                
MailMakeCommand::class,
                
CommandMakeCommand::class,
                
EventMakeCommand::class,
                
ListenerMakeCommand::class,
                
MiddlewareMakeCommand::class,
                
RequestMakeCommand::class,
                
NotificationMakeCommand::class,
                
DatagridMakeCommand::class,
            ]);
        }
    }
}

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

:: Make Dir ::
 
[ ok ]
:: Make File ::
 
[ ok ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.006 ]--