exchange/bootstrap/cache/packages.php

148 lines
2.9 KiB
PHP

<?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',
),
),
'inertiajs/inertia-laravel' =>
array (
'providers' =>
array (
0 => 'Inertia\\ServiceProvider',
),
),
'jenssegers/agent' =>
array (
'providers' =>
array (
0 => 'Jenssegers\\Agent\\AgentServiceProvider',
),
'aliases' =>
array (
'Agent' => 'Jenssegers\\Agent\\Facades\\Agent',
),
),
'laravel/fortify' =>
array (
'providers' =>
array (
0 => 'Laravel\\Fortify\\FortifyServiceProvider',
),
),
'laravel/jetstream' =>
array (
'providers' =>
array (
0 => 'Laravel\\Jetstream\\JetstreamServiceProvider',
),
),
'laravel/sail' =>
array (
'providers' =>
array (
0 => 'Laravel\\Sail\\SailServiceProvider',
),
),
'laravel/sanctum' =>
array (
'providers' =>
array (
0 => 'Laravel\\Sanctum\\SanctumServiceProvider',
),
),
'laravel/scout' =>
array (
'providers' =>
array (
0 => 'Laravel\\Scout\\ScoutServiceProvider',
),
),
'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',
),
),
'nesbot/carbon' =>
array (
'providers' =>
array (
0 => 'Carbon\\Laravel\\ServiceProvider',
),
),
'nunomaduro/collision' =>
array (
'providers' =>
array (
0 => 'NunoMaduro\\Collision\\Adapters\\Laravel\\CollisionServiceProvider',
),
),
'spatie/laravel-translatable' =>
array (
'providers' =>
array (
0 => 'Spatie\\Translatable\\TranslatableServiceProvider',
),
),
'tightenco/ziggy' =>
array (
'providers' =>
array (
0 => 'Tightenco\\Ziggy\\ZiggyServiceProvider',
),
),
'timehunter/laravel-google-recaptcha-v3' =>
array (
'providers' =>
array (
0 => 'TimeHunter\\LaravelGoogleReCaptchaV3\\Providers\\GoogleReCaptchaV3ServiceProvider',
),
'aliases' =>
array (
'GoogleReCaptchaV3' => 'TimeHunter\\LaravelGoogleReCaptchaV3\\Facades\\GoogleReCaptchaV3',
),
),
'vinkla/hashids' =>
array (
'providers' =>
array (
0 => 'Vinkla\\Hashids\\HashidsServiceProvider',
),
'aliases' =>
array (
'Hashids' => 'Vinkla\\Hashids\\Facades\\Hashids',
),
),
);