Viewing file: packages.php (2.54 KB) -rwxrwxrwx Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php return array ( 'barryvdh/laravel-ide-helper' => array ( 'providers' => array ( 0 => 'Barryvdh\\LaravelIdeHelper\\IdeHelperServiceProvider', ), ), 'barryvdh/laravel-translation-manager' => array ( 'providers' => array ( 0 => 'Barryvdh\\TranslationManager\\ManagerServiceProvider', ), ), '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/sanctum' => array ( 'providers' => array ( 0 => 'Laravel\\Sanctum\\SanctumServiceProvider', ), ), 'laravel/tinker' => array ( 'providers' => array ( 0 => 'Laravel\\Tinker\\TinkerServiceProvider', ), ), 'maatwebsite/excel' => array ( 'providers' => array ( 0 => 'Maatwebsite\\Excel\\ExcelServiceProvider', ), 'aliases' => array ( 'Excel' => 'Maatwebsite\\Excel\\Facades\\Excel', ), ), 'mews/purifier' => array ( 'providers' => array ( 0 => 'Mews\\Purifier\\PurifierServiceProvider', ), 'aliases' => array ( 'Purifier' => 'Mews\\Purifier\\Facades\\Purifier', ), ), 'nesbot/carbon' => array ( 'providers' => array ( 0 => 'Carbon\\Laravel\\ServiceProvider', ), ), 'nunomaduro/collision' => array ( 'providers' => array ( 0 => 'NunoMaduro\\Collision\\Adapters\\Laravel\\CollisionServiceProvider', ), ), 'nwidart/laravel-modules' => array ( 'providers' => array ( 0 => 'Nwidart\\Modules\\LaravelModulesServiceProvider', ), 'aliases' => array ( 'Module' => 'Nwidart\\Modules\\Facades\\Module', ), ), 'unicodeveloper/laravel-paystack' => array ( 'providers' => array ( 0 => 'Unicodeveloper\\Paystack\\PaystackServiceProvider', ), 'aliases' => array ( 'Paystack' => 'Unicodeveloper\\Paystack\\Facades\\Paystack', ), ), 'yajra/laravel-datatables-oracle' => array ( 'providers' => array ( 0 => 'Yajra\\DataTables\\DataTablesServiceProvider', ), 'aliases' => array ( 'DataTables' => 'Yajra\\DataTables\\Facades\\DataTables', ), ), );
|