Viewing file: packages.php (1.48 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php return array ( 'facade/ignition' => array ( 'providers' => array ( 0 => 'Facade\\Ignition\\IgnitionServiceProvider', ), 'aliases' => array ( 'Flare' => 'Facade\\Ignition\\Facades\\Flare', ), ), 'fideloper/proxy' => array ( 'providers' => array ( 0 => 'Fideloper\\Proxy\\TrustedProxyServiceProvider', ), ), 'fruitcake/laravel-cors' => array ( 'providers' => array ( 0 => 'Fruitcake\\Cors\\CorsServiceProvider', ), ), 'laravel-frontend-presets/argon' => array ( 'providers' => array ( 0 => 'LaravelFrontendPresets\\ArgonPreset\\ArgonPresetServiceProvider', ), ), 'laravel/legacy-factories' => array ( 'providers' => array ( 0 => 'Illuminate\\Database\\Eloquent\\LegacyFactoryServiceProvider', ), ), 'laravel/sail' => array ( 'providers' => array ( 0 => 'Laravel\\Sail\\SailServiceProvider', ), ), 'laravel/tinker' => array ( 'providers' => array ( 0 => 'Laravel\\Tinker\\TinkerServiceProvider', ), ), 'laravel/ui' => array ( 'providers' => array ( 0 => 'Laravel\\Ui\\UiServiceProvider', ), ), 'nesbot/carbon' => array ( 'providers' => array ( 0 => 'Carbon\\Laravel\\ServiceProvider', ), ), 'nunomaduro/collision' => array ( 'providers' => array ( 0 => 'NunoMaduro\\Collision\\Adapters\\Laravel\\CollisionServiceProvider', ), ), );
|