0
0
Files
Babyclass/bootstrap/cache/packages.php
2020-08-04 10:09:42 +08:00

191 lines
4.0 KiB
PHP

<?php return array (
'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',
),
),
'fideloper/proxy' =>
array (
'providers' =>
array (
0 => 'Fideloper\\Proxy\\TrustedProxyServiceProvider',
),
),
'intervention/image' =>
array (
'providers' =>
array (
0 => 'Intervention\\Image\\ImageServiceProvider',
),
'aliases' =>
array (
'Image' => 'Intervention\\Image\\Facades\\Image',
),
),
'jacobcyl/ali-oss-storage' =>
array (
'providers' =>
array (
0 => 'Jacobcyl\\AliOSS\\AliOssServiceProvider',
),
),
'laravel/tinker' =>
array (
'providers' =>
array (
0 => 'Laravel\\Tinker\\TinkerServiceProvider',
),
),
'mews/captcha' =>
array (
'providers' =>
array (
0 => 'Mews\\Captcha\\CaptchaServiceProvider',
),
'aliases' =>
array (
'Captcha' => 'Mews\\Captcha\\Facades\\Captcha',
),
),
'nesbot/carbon' =>
array (
'providers' =>
array (
0 => 'Carbon\\Laravel\\ServiceProvider',
),
),
'nunomaduro/collision' =>
array (
'providers' =>
array (
0 => 'NunoMaduro\\Collision\\Adapters\\Laravel\\CollisionServiceProvider',
),
),
'overtrue/laravel-follow' =>
array (
'providers' =>
array (
0 => 'Overtrue\\LaravelFollow\\FollowServiceProvider',
),
),
'overtrue/laravel-wechat' =>
array (
'providers' =>
array (
0 => 'Overtrue\\LaravelWeChat\\ServiceProvider',
),
'aliases' =>
array (
'EasyWeChat' => 'Overtrue\\LaravelWeChat\\Facade',
),
),
'rulong/areas' =>
array (
'providers' =>
array (
0 => 'RuLong\\Area\\ServiceProvider',
),
'aliases' =>
array (
'Address' => 'RuLong\\Area\\Facades\\Address',
'Area' => 'RuLong\\Area\\Facades\\Area',
),
),
'rulong/dwz-panel' =>
array (
'providers' =>
array (
0 => 'RuLong\\Panel\\ServiceProvider',
),
'aliases' =>
array (
'Admin' => 'RuLong\\Panel\\Facades\\Admin',
),
),
'rulong/order' =>
array (
'providers' =>
array (
0 => 'RuLong\\Order\\ServiceProvider',
),
'aliases' =>
array (
'Orders' => 'RuLong\\Order\\Facades\\Orders',
'Refunds' => 'RuLong\\Order\\Facades\\Refunds',
),
),
'rulong/sms' =>
array (
'providers' =>
array (
0 => 'RuLong\\Sms\\ServiceProvider',
),
'aliases' =>
array (
'Sms' => 'RuLong\\Sms\\Facades\\Sms',
),
),
'rulong/user-account' =>
array (
'providers' =>
array (
0 => 'RuLong\\UserAccount\\ServiceProvider',
),
'aliases' =>
array (
'Account' => 'RuLong\\UserAccount\\Facades\\Account',
'AccountRule' => 'RuLong\\UserAccount\\Facades\\AccountRule',
),
),
'rulong/user-relation' =>
array (
'providers' =>
array (
0 => 'RuLong\\UserRelation\\ServiceProvider',
),
),
'simplesoftwareio/simple-qrcode' =>
array (
'providers' =>
array (
0 => 'SimpleSoftwareIO\\QrCode\\QrCodeServiceProvider',
),
'aliases' =>
array (
'QrCode' => 'SimpleSoftwareIO\\QrCode\\Facades\\QrCode',
),
),
'tymon/jwt-auth' =>
array (
'aliases' =>
array (
'JWTAuth' => 'Tymon\\JWTAuth\\Facades\\JWTAuth',
'JWTFactory' => 'Tymon\\JWTAuth\\Facades\\JWTFactory',
),
'providers' =>
array (
0 => 'Tymon\\JWTAuth\\Providers\\LaravelServiceProvider',
),
),
'xethron/migrations-generator' =>
array (
'providers' =>
array (
0 => 'Way\\Generators\\GeneratorsServiceProvider',
1 => 'Xethron\\MigrationsGenerator\\MigrationsGeneratorServiceProvider',
),
),
);