<?php return array (
'akaunting/laravel-setting' =>
array (
'providers' =>
array (
0 => 'Akaunting\\Setting\\Provider',
),
'aliases' =>
array (
'Setting' => 'Akaunting\\Setting\\Facade',
),
),
'barryvdh/laravel-debugbar' =>
array (
'providers' =>
array (
0 => 'Barryvdh\\Debugbar\\ServiceProvider',
),
'aliases' =>
array (
'Debugbar' => 'Barryvdh\\Debugbar\\Facade',
),
),
'beyondcode/laravel-dump-server' =>
array (
'providers' =>
array (
0 => 'BeyondCode\\DumpServer\\DumpServerServiceProvider',
),
),
'biscolab/laravel-recaptcha' =>
array (
'providers' =>
array (
0 => 'Biscolab\\ReCaptcha\\ReCaptchaServiceProvider',
),
'aliases' =>
array (
'ReCaptcha' => 'Biscolab\\ReCaptcha\\Facades\\ReCaptcha',
),
),
'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',
),
),
'hisorange/browser-detect' =>
array (
'providers' =>
array (
0 => 'hisorange\\BrowserDetect\\ServiceProvider',
),
'aliases' =>
array (
'Browser' => 'hisorange\\BrowserDetect\\Facade',
),
),
'joedixon/laravel-translation' =>
array (
'providers' =>
array (
0 => 'JoeDixon\\Translation\\TranslationServiceProvider',
1 => 'JoeDixon\\Translation\\TranslationBindingsServiceProvider',
),
),
'laravel/socialite' =>
array (
'providers' =>
array (
0 => 'Laravel\\Socialite\\SocialiteServiceProvider',
),
'aliases' =>
array (
'Socialite' => 'Laravel\\Socialite\\Facades\\Socialite',
),
),
'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',
),
),
'nwidart/laravel-modules' =>
array (
'providers' =>
array (
0 => 'Nwidart\\Modules\\LaravelModulesServiceProvider',
),
'aliases' =>
array (
'Module' => 'Nwidart\\Modules\\Facades\\Module',
),
),
);