Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
WIKIPEDIA
/
petromocapi
/
bootstrap
/
cache
:
packages.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php return array ( 'facade/ignition' => array ( 'providers' => array ( 0 => 'Facade\\Ignition\\IgnitionServiceProvider', ), 'aliases' => array ( 'Flare' => 'Facade\\Ignition\\Facades\\Flare', ), ), 'fruitcake/laravel-cors' => array ( 'providers' => array ( 0 => 'Fruitcake\\Cors\\CorsServiceProvider', ), ), 'laravel/passport' => array ( 'providers' => array ( 0 => 'Laravel\\Passport\\PassportServiceProvider', ), ), 'laravel/sail' => array ( 'providers' => array ( 0 => 'Laravel\\Sail\\SailServiceProvider', ), ), 'laravel/sanctum' => array ( 'providers' => array ( 0 => 'Laravel\\Sanctum\\SanctumServiceProvider', ), ), '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', ), ), 'simplesoftwareio/simple-qrcode' => array ( 'providers' => array ( 0 => 'SimpleSoftwareIO\\QrCode\\QrCodeServiceProvider', ), 'aliases' => array ( 'QrCode' => 'SimpleSoftwareIO\\QrCode\\Facades\\QrCode', ), ), );