array ( 'providers' => array ( 0 => 'BeyondCode\\DumpServer\\DumpServerServiceProvider', ), ), 'encore/laravel-admin' => array ( 'providers' => array ( 0 => 'Encore\\Admin\\AdminServiceProvider', ), 'aliases' => array ( 'Admin' => 'Encore\\Admin\\Facades\\Admin', ), ), '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', ), ), 'laravel-admin-ext/config' => array ( 'providers' => array ( 0 => 'Encore\\Admin\\Config\\ConfigServiceProvider', ), ), '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', ), ), '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/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', ), ), 'xethron/migrations-generator' => array ( 'providers' => array ( 0 => 'Way\\Generators\\GeneratorsServiceProvider', 1 => 'Xethron\\MigrationsGenerator\\MigrationsGeneratorServiceProvider', ), ), );