first commit
This commit is contained in:
995
bootstrap/cache/config.php
vendored
Normal file
995
bootstrap/cache/config.php
vendored
Normal file
@@ -0,0 +1,995 @@
|
||||
<?php return array (
|
||||
'account' =>
|
||||
array (
|
||||
'can_minus' =>
|
||||
array (
|
||||
'balance' => false,
|
||||
'score' => false,
|
||||
),
|
||||
'deductions' => false,
|
||||
'account_type' =>
|
||||
array (
|
||||
'balance' => '总分润',
|
||||
'score' => '已打款',
|
||||
),
|
||||
),
|
||||
'admin' =>
|
||||
array (
|
||||
'name' => '平安接口系统',
|
||||
'logo' => '平安接口系统',
|
||||
'logo-mini' => '共享',
|
||||
'bootstrap' => '/home/wwwroot/pingan/app/Admin/bootstrap.php',
|
||||
'route' =>
|
||||
array (
|
||||
'prefix' => 'admin',
|
||||
'namespace' => 'App\\Admin\\Controllers',
|
||||
'middleware' =>
|
||||
array (
|
||||
0 => 'web',
|
||||
1 => 'admin',
|
||||
),
|
||||
),
|
||||
'directory' => '/home/wwwroot/pingan/app/Admin',
|
||||
'title' => 'Admin',
|
||||
'https' => false,
|
||||
'auth' =>
|
||||
array (
|
||||
'controller' => 'App\\Admin\\Controllers\\AuthController',
|
||||
'guard' => 'admin',
|
||||
'guards' =>
|
||||
array (
|
||||
'admin' =>
|
||||
array (
|
||||
'driver' => 'session',
|
||||
'provider' => 'admin',
|
||||
),
|
||||
),
|
||||
'providers' =>
|
||||
array (
|
||||
'admin' =>
|
||||
array (
|
||||
'driver' => 'eloquent',
|
||||
'model' => 'Encore\\Admin\\Auth\\Database\\Administrator',
|
||||
),
|
||||
),
|
||||
'remember' => true,
|
||||
'redirect_to' => 'auth/login',
|
||||
'excepts' =>
|
||||
array (
|
||||
0 => 'auth/login',
|
||||
1 => 'auth/logout',
|
||||
2 => '_handle_action_',
|
||||
),
|
||||
),
|
||||
'upload' =>
|
||||
array (
|
||||
'disk' => 'public',
|
||||
'directory' =>
|
||||
array (
|
||||
'image' => 'images',
|
||||
'file' => 'files',
|
||||
),
|
||||
),
|
||||
'database' =>
|
||||
array (
|
||||
'connection' => '',
|
||||
'users_table' => 'admin_users',
|
||||
'users_model' => 'Encore\\Admin\\Auth\\Database\\Administrator',
|
||||
'roles_table' => 'admin_roles',
|
||||
'roles_model' => 'Encore\\Admin\\Auth\\Database\\Role',
|
||||
'permissions_table' => 'admin_permissions',
|
||||
'permissions_model' => 'Encore\\Admin\\Auth\\Database\\Permission',
|
||||
'menu_table' => 'admin_menu',
|
||||
'menu_model' => 'Encore\\Admin\\Auth\\Database\\Menu',
|
||||
'operation_log_table' => 'admin_operation_log',
|
||||
'user_permissions_table' => 'admin_user_permissions',
|
||||
'role_users_table' => 'admin_role_users',
|
||||
'role_permissions_table' => 'admin_role_permissions',
|
||||
'role_menu_table' => 'admin_role_menu',
|
||||
),
|
||||
'operation_log' =>
|
||||
array (
|
||||
'enable' => true,
|
||||
'allowed_methods' =>
|
||||
array (
|
||||
0 => 'GET',
|
||||
1 => 'HEAD',
|
||||
2 => 'POST',
|
||||
3 => 'PUT',
|
||||
4 => 'DELETE',
|
||||
5 => 'CONNECT',
|
||||
6 => 'OPTIONS',
|
||||
7 => 'TRACE',
|
||||
8 => 'PATCH',
|
||||
),
|
||||
'except' =>
|
||||
array (
|
||||
0 => 'admin/auth/logs*',
|
||||
),
|
||||
),
|
||||
'check_route_permission' => true,
|
||||
'check_menu_roles' => true,
|
||||
'default_avatar' => '/vendor/laravel-admin/AdminLTE/dist/img/user2-160x160.jpg',
|
||||
'map_provider' => 'google',
|
||||
'skin' => 'skin-blue',
|
||||
'layout' =>
|
||||
array (
|
||||
0 => 'fixed',
|
||||
1 => 'sidebar-mini',
|
||||
),
|
||||
'login_background_image' => '',
|
||||
'show_version' => true,
|
||||
'show_environment' => true,
|
||||
'menu_bind_permission' => true,
|
||||
'enable_default_breadcrumb' => true,
|
||||
'minify_assets' =>
|
||||
array (
|
||||
'excepts' =>
|
||||
array (
|
||||
),
|
||||
),
|
||||
'enable_menu_search' => true,
|
||||
'top_alert' => '',
|
||||
'grid_action_class' => 'Encore\\Admin\\Grid\\Displayers\\DropdownActions',
|
||||
'extension_dir' => '/home/wwwroot/pingan/app/Admin/Extensions',
|
||||
'extensions' =>
|
||||
array (
|
||||
'wang-editor' =>
|
||||
array (
|
||||
'enable' => true,
|
||||
'config' =>
|
||||
array (
|
||||
),
|
||||
),
|
||||
),
|
||||
),
|
||||
'app' =>
|
||||
array (
|
||||
'name' => '平安券核销管理系统',
|
||||
'env' => 'local',
|
||||
'debug' => true,
|
||||
'url' => 'http://pa.ysd-bs.com',
|
||||
'asset_url' => NULL,
|
||||
'timezone' => 'PRC',
|
||||
'locale' => 'zh-CN',
|
||||
'fallback_locale' => 'en',
|
||||
'faker_locale' => 'en_US',
|
||||
'key' => 'base64:HrWbyXR/0Bh/w5Ij6fx8747z4VvKLupYPhWELuLvVro=',
|
||||
'cipher' => 'AES-256-CBC',
|
||||
'providers' =>
|
||||
array (
|
||||
0 => 'Illuminate\\Auth\\AuthServiceProvider',
|
||||
1 => 'Illuminate\\Broadcasting\\BroadcastServiceProvider',
|
||||
2 => 'Illuminate\\Bus\\BusServiceProvider',
|
||||
3 => 'Illuminate\\Cache\\CacheServiceProvider',
|
||||
4 => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
|
||||
5 => 'Illuminate\\Cookie\\CookieServiceProvider',
|
||||
6 => 'Illuminate\\Database\\DatabaseServiceProvider',
|
||||
7 => 'Illuminate\\Encryption\\EncryptionServiceProvider',
|
||||
8 => 'Illuminate\\Filesystem\\FilesystemServiceProvider',
|
||||
9 => 'Illuminate\\Foundation\\Providers\\FoundationServiceProvider',
|
||||
10 => 'Illuminate\\Hashing\\HashServiceProvider',
|
||||
11 => 'Illuminate\\Mail\\MailServiceProvider',
|
||||
12 => 'Illuminate\\Notifications\\NotificationServiceProvider',
|
||||
13 => 'Illuminate\\Pagination\\PaginationServiceProvider',
|
||||
14 => 'Illuminate\\Pipeline\\PipelineServiceProvider',
|
||||
15 => 'Illuminate\\Queue\\QueueServiceProvider',
|
||||
16 => 'Illuminate\\Redis\\RedisServiceProvider',
|
||||
17 => 'Illuminate\\Auth\\Passwords\\PasswordResetServiceProvider',
|
||||
18 => 'Illuminate\\Session\\SessionServiceProvider',
|
||||
19 => 'Illuminate\\Translation\\TranslationServiceProvider',
|
||||
20 => 'Illuminate\\Validation\\ValidationServiceProvider',
|
||||
21 => 'Illuminate\\View\\ViewServiceProvider',
|
||||
22 => 'App\\Providers\\AppServiceProvider',
|
||||
23 => 'App\\Providers\\AuthServiceProvider',
|
||||
24 => 'App\\Providers\\EventServiceProvider',
|
||||
25 => 'App\\Providers\\RouteServiceProvider',
|
||||
26 => 'App\\Api\\ApiServiceProvider',
|
||||
27 => 'App\\Merchant\\MerchantServiceProvider',
|
||||
),
|
||||
'aliases' =>
|
||||
array (
|
||||
'App' => 'Illuminate\\Support\\Facades\\App',
|
||||
'Arr' => 'Illuminate\\Support\\Arr',
|
||||
'Artisan' => 'Illuminate\\Support\\Facades\\Artisan',
|
||||
'Auth' => 'Illuminate\\Support\\Facades\\Auth',
|
||||
'Blade' => 'Illuminate\\Support\\Facades\\Blade',
|
||||
'Broadcast' => 'Illuminate\\Support\\Facades\\Broadcast',
|
||||
'Bus' => 'Illuminate\\Support\\Facades\\Bus',
|
||||
'Cache' => 'Illuminate\\Support\\Facades\\Cache',
|
||||
'Config' => 'Illuminate\\Support\\Facades\\Config',
|
||||
'Cookie' => 'Illuminate\\Support\\Facades\\Cookie',
|
||||
'Crypt' => 'Illuminate\\Support\\Facades\\Crypt',
|
||||
'DB' => 'Illuminate\\Support\\Facades\\DB',
|
||||
'Eloquent' => 'Illuminate\\Database\\Eloquent\\Model',
|
||||
'Event' => 'Illuminate\\Support\\Facades\\Event',
|
||||
'File' => 'Illuminate\\Support\\Facades\\File',
|
||||
'Gate' => 'Illuminate\\Support\\Facades\\Gate',
|
||||
'Hash' => 'Illuminate\\Support\\Facades\\Hash',
|
||||
'Lang' => 'Illuminate\\Support\\Facades\\Lang',
|
||||
'Log' => 'Illuminate\\Support\\Facades\\Log',
|
||||
'Mail' => 'Illuminate\\Support\\Facades\\Mail',
|
||||
'Notification' => 'Illuminate\\Support\\Facades\\Notification',
|
||||
'Password' => 'Illuminate\\Support\\Facades\\Password',
|
||||
'Queue' => 'Illuminate\\Support\\Facades\\Queue',
|
||||
'Redirect' => 'Illuminate\\Support\\Facades\\Redirect',
|
||||
'Redis' => 'Illuminate\\Support\\Facades\\Redis',
|
||||
'Request' => 'Illuminate\\Support\\Facades\\Request',
|
||||
'Response' => 'Illuminate\\Support\\Facades\\Response',
|
||||
'Route' => 'Illuminate\\Support\\Facades\\Route',
|
||||
'Schema' => 'Illuminate\\Support\\Facades\\Schema',
|
||||
'Session' => 'Illuminate\\Support\\Facades\\Session',
|
||||
'Storage' => 'Illuminate\\Support\\Facades\\Storage',
|
||||
'Str' => 'Illuminate\\Support\\Str',
|
||||
'URL' => 'Illuminate\\Support\\Facades\\URL',
|
||||
'Validator' => 'Illuminate\\Support\\Facades\\Validator',
|
||||
'View' => 'Illuminate\\Support\\Facades\\View',
|
||||
'PingAn' => 'App\\Facades\\PingAn\\Facade',
|
||||
'Wo' => 'App\\Facades\\Wo\\Facade',
|
||||
),
|
||||
),
|
||||
'aslong_sms' =>
|
||||
array (
|
||||
'debug' => false,
|
||||
'timeout' => 5.0,
|
||||
'product' => '共享马甲',
|
||||
'default' =>
|
||||
array (
|
||||
'strategy' => 'Overtrue\\EasySms\\Strategies\\OrderStrategy',
|
||||
'gateways' =>
|
||||
array (
|
||||
0 => 'aliyun',
|
||||
),
|
||||
),
|
||||
'length' => 4,
|
||||
'once_used' => true,
|
||||
'template' =>
|
||||
array (
|
||||
'DEFAULT' => 'SMS_85730027',
|
||||
'LOGIN' => 'SMS_85810026',
|
||||
'REGISTER' => 'SMS_85720025',
|
||||
),
|
||||
'gateways' =>
|
||||
array (
|
||||
'errorlog' =>
|
||||
array (
|
||||
'file' => '/home/wwwroot/pingan/storage/logs/easy-sms.log',
|
||||
),
|
||||
'aliyun' =>
|
||||
array (
|
||||
'access_key_id' => 'LTAI4Fsw6pWy4WYwK9vYpsk3',
|
||||
'access_key_secret' => 'qOuR1MjhEVd9XDURC3QXcOHcWnLrx9',
|
||||
'sign_name' => '如朗',
|
||||
),
|
||||
'aliyunrest' =>
|
||||
array (
|
||||
'app_key' => '',
|
||||
'app_secret_key' => '',
|
||||
'sign_name' => '',
|
||||
),
|
||||
'yunpian' =>
|
||||
array (
|
||||
'api_key' => '',
|
||||
'signature' => '',
|
||||
),
|
||||
),
|
||||
),
|
||||
'auth' =>
|
||||
array (
|
||||
'defaults' =>
|
||||
array (
|
||||
'guard' => 'web',
|
||||
'passwords' => 'users',
|
||||
),
|
||||
'guards' =>
|
||||
array (
|
||||
'web' =>
|
||||
array (
|
||||
'driver' => 'session',
|
||||
'provider' => 'users',
|
||||
),
|
||||
'api' =>
|
||||
array (
|
||||
'driver' => 'token',
|
||||
'provider' => 'users',
|
||||
'hash' => false,
|
||||
),
|
||||
'merchant' =>
|
||||
array (
|
||||
'driver' => 'session',
|
||||
'provider' => 'users',
|
||||
),
|
||||
'admin' =>
|
||||
array (
|
||||
'driver' => 'session',
|
||||
'provider' => 'admin',
|
||||
),
|
||||
),
|
||||
'providers' =>
|
||||
array (
|
||||
'users' =>
|
||||
array (
|
||||
'driver' => 'eloquent',
|
||||
'model' => 'App\\Models\\User',
|
||||
),
|
||||
'admin' =>
|
||||
array (
|
||||
'driver' => 'eloquent',
|
||||
'model' => 'Encore\\Admin\\Auth\\Database\\Administrator',
|
||||
),
|
||||
),
|
||||
'passwords' =>
|
||||
array (
|
||||
'users' =>
|
||||
array (
|
||||
'provider' => 'users',
|
||||
'table' => 'password_resets',
|
||||
'expire' => 60,
|
||||
'throttle' => 60,
|
||||
),
|
||||
),
|
||||
'password_timeout' => 10800,
|
||||
'controller' => 'App\\Admin\\Controllers\\AuthController',
|
||||
'guard' => 'admin',
|
||||
'remember' => true,
|
||||
'redirect_to' => 'auth/login',
|
||||
'excepts' =>
|
||||
array (
|
||||
0 => 'auth/login',
|
||||
1 => 'auth/logout',
|
||||
2 => '_handle_action_',
|
||||
),
|
||||
),
|
||||
'broadcasting' =>
|
||||
array (
|
||||
'default' => 'file',
|
||||
'connections' =>
|
||||
array (
|
||||
'pusher' =>
|
||||
array (
|
||||
'driver' => 'pusher',
|
||||
'key' => NULL,
|
||||
'secret' => NULL,
|
||||
'app_id' => NULL,
|
||||
'options' =>
|
||||
array (
|
||||
'cluster' => NULL,
|
||||
'useTLS' => true,
|
||||
),
|
||||
),
|
||||
'redis' =>
|
||||
array (
|
||||
'driver' => 'redis',
|
||||
'connection' => 'default',
|
||||
),
|
||||
'log' =>
|
||||
array (
|
||||
'driver' => 'log',
|
||||
),
|
||||
'null' =>
|
||||
array (
|
||||
'driver' => 'null',
|
||||
),
|
||||
),
|
||||
),
|
||||
'cache' =>
|
||||
array (
|
||||
'default' => 'file',
|
||||
'stores' =>
|
||||
array (
|
||||
'apc' =>
|
||||
array (
|
||||
'driver' => 'apc',
|
||||
),
|
||||
'array' =>
|
||||
array (
|
||||
'driver' => 'array',
|
||||
),
|
||||
'database' =>
|
||||
array (
|
||||
'driver' => 'database',
|
||||
'table' => 'cache',
|
||||
'connection' => NULL,
|
||||
),
|
||||
'file' =>
|
||||
array (
|
||||
'driver' => 'file',
|
||||
'path' => '/home/wwwroot/pingan/storage/framework/cache/data',
|
||||
),
|
||||
'memcached' =>
|
||||
array (
|
||||
'driver' => 'memcached',
|
||||
'persistent_id' => NULL,
|
||||
'sasl' =>
|
||||
array (
|
||||
0 => NULL,
|
||||
1 => NULL,
|
||||
),
|
||||
'options' =>
|
||||
array (
|
||||
),
|
||||
'servers' =>
|
||||
array (
|
||||
0 =>
|
||||
array (
|
||||
'host' => '127.0.0.1',
|
||||
'port' => 11211,
|
||||
'weight' => 100,
|
||||
),
|
||||
),
|
||||
),
|
||||
'redis' =>
|
||||
array (
|
||||
'driver' => 'redis',
|
||||
'connection' => 'cache',
|
||||
),
|
||||
'dynamodb' =>
|
||||
array (
|
||||
'driver' => 'dynamodb',
|
||||
'key' => NULL,
|
||||
'secret' => NULL,
|
||||
'region' => 'us-east-1',
|
||||
'table' => 'cache',
|
||||
'endpoint' => NULL,
|
||||
),
|
||||
),
|
||||
'prefix' => '_cache',
|
||||
),
|
||||
'database' =>
|
||||
array (
|
||||
'default' => 'mysql',
|
||||
'connections' =>
|
||||
array (
|
||||
'sqlite' =>
|
||||
array (
|
||||
'driver' => 'sqlite',
|
||||
'url' => NULL,
|
||||
'database' => 'pingan',
|
||||
'prefix' => '',
|
||||
'foreign_key_constraints' => true,
|
||||
),
|
||||
'mysql' =>
|
||||
array (
|
||||
'driver' => 'mysql',
|
||||
'url' => NULL,
|
||||
'host' => '127.0.0.1',
|
||||
'port' => '3306',
|
||||
'database' => 'pingan',
|
||||
'username' => 'pingan',
|
||||
'password' => 'vnmrIl3fn5Alahna',
|
||||
'unix_socket' => '',
|
||||
'charset' => 'utf8mb4',
|
||||
'collation' => 'utf8mb4_unicode_ci',
|
||||
'prefix' => '',
|
||||
'prefix_indexes' => true,
|
||||
'strict' => true,
|
||||
'engine' => NULL,
|
||||
'options' =>
|
||||
array (
|
||||
),
|
||||
),
|
||||
'pgsql' =>
|
||||
array (
|
||||
'driver' => 'pgsql',
|
||||
'url' => NULL,
|
||||
'host' => '127.0.0.1',
|
||||
'port' => '3306',
|
||||
'database' => 'pingan',
|
||||
'username' => 'pingan',
|
||||
'password' => 'vnmrIl3fn5Alahna',
|
||||
'charset' => 'utf8',
|
||||
'prefix' => '',
|
||||
'prefix_indexes' => true,
|
||||
'schema' => 'public',
|
||||
'sslmode' => 'prefer',
|
||||
),
|
||||
'sqlsrv' =>
|
||||
array (
|
||||
'driver' => 'sqlsrv',
|
||||
'url' => NULL,
|
||||
'host' => '127.0.0.1',
|
||||
'port' => '3306',
|
||||
'database' => 'pingan',
|
||||
'username' => 'pingan',
|
||||
'password' => 'vnmrIl3fn5Alahna',
|
||||
'charset' => 'utf8',
|
||||
'prefix' => '',
|
||||
'prefix_indexes' => true,
|
||||
),
|
||||
),
|
||||
'migrations' => 'migrations',
|
||||
'redis' =>
|
||||
array (
|
||||
'client' => 'phpredis',
|
||||
'options' =>
|
||||
array (
|
||||
'cluster' => 'redis',
|
||||
'prefix' => '_database_',
|
||||
),
|
||||
'default' =>
|
||||
array (
|
||||
'url' => NULL,
|
||||
'host' => '127.0.0.1',
|
||||
'password' => NULL,
|
||||
'port' => '6379',
|
||||
'database' => 0,
|
||||
),
|
||||
'cache' =>
|
||||
array (
|
||||
'url' => NULL,
|
||||
'host' => '127.0.0.1',
|
||||
'password' => NULL,
|
||||
'port' => '6379',
|
||||
'database' => 1,
|
||||
),
|
||||
),
|
||||
),
|
||||
'excel' =>
|
||||
array (
|
||||
'exports' =>
|
||||
array (
|
||||
'chunk_size' => 1000,
|
||||
'pre_calculate_formulas' => false,
|
||||
'csv' =>
|
||||
array (
|
||||
'delimiter' => ',',
|
||||
'enclosure' => '"',
|
||||
'line_ending' => '
|
||||
',
|
||||
'use_bom' => false,
|
||||
'include_separator_line' => false,
|
||||
'excel_compatibility' => false,
|
||||
),
|
||||
),
|
||||
'imports' =>
|
||||
array (
|
||||
'read_only' => true,
|
||||
'heading_row' =>
|
||||
array (
|
||||
'formatter' => 'slug',
|
||||
),
|
||||
'csv' =>
|
||||
array (
|
||||
'delimiter' => ',',
|
||||
'enclosure' => '"',
|
||||
'escape_character' => '\\',
|
||||
'contiguous' => false,
|
||||
'input_encoding' => 'UTF-8',
|
||||
),
|
||||
),
|
||||
'extension_detector' =>
|
||||
array (
|
||||
'xlsx' => 'Xlsx',
|
||||
'xlsm' => 'Xlsx',
|
||||
'xltx' => 'Xlsx',
|
||||
'xltm' => 'Xlsx',
|
||||
'xls' => 'Xls',
|
||||
'xlt' => 'Xls',
|
||||
'ods' => 'Ods',
|
||||
'ots' => 'Ods',
|
||||
'slk' => 'Slk',
|
||||
'xml' => 'Xml',
|
||||
'gnumeric' => 'Gnumeric',
|
||||
'htm' => 'Html',
|
||||
'html' => 'Html',
|
||||
'csv' => 'Csv',
|
||||
'tsv' => 'Csv',
|
||||
'pdf' => 'Dompdf',
|
||||
),
|
||||
'value_binder' =>
|
||||
array (
|
||||
'default' => 'Maatwebsite\\Excel\\DefaultValueBinder',
|
||||
),
|
||||
'transactions' =>
|
||||
array (
|
||||
'handler' => 'db',
|
||||
),
|
||||
'temporary_files' =>
|
||||
array (
|
||||
'local_path' => '/tmp',
|
||||
'remote_disk' => NULL,
|
||||
),
|
||||
),
|
||||
'filesystems' =>
|
||||
array (
|
||||
'default' => 'local',
|
||||
'cloud' => 's3',
|
||||
'disks' =>
|
||||
array (
|
||||
'admin' =>
|
||||
array (
|
||||
'driver' => 'local',
|
||||
'root' => '/home/wwwroot/pingan/storage/app/public',
|
||||
'url' => 'http://pa.ysd-bs.com/storage',
|
||||
'visibility' => 'public',
|
||||
),
|
||||
'local' =>
|
||||
array (
|
||||
'driver' => 'local',
|
||||
'root' => '/home/wwwroot/pingan/storage/app',
|
||||
),
|
||||
'public' =>
|
||||
array (
|
||||
'driver' => 'local',
|
||||
'root' => '/home/wwwroot/pingan/storage/app/public',
|
||||
'url' => 'http://pa.ysd-bs.com/storage',
|
||||
'visibility' => 'public',
|
||||
),
|
||||
's3' =>
|
||||
array (
|
||||
'driver' => 's3',
|
||||
'key' => NULL,
|
||||
'secret' => NULL,
|
||||
'region' => NULL,
|
||||
'bucket' => NULL,
|
||||
'url' => NULL,
|
||||
),
|
||||
'wo' =>
|
||||
array (
|
||||
'driver' => 'local',
|
||||
'root' => '/home/wwwroot/pingan/storage/cert/wo',
|
||||
),
|
||||
),
|
||||
),
|
||||
'hashing' =>
|
||||
array (
|
||||
'driver' => 'bcrypt',
|
||||
'bcrypt' =>
|
||||
array (
|
||||
'rounds' => 10,
|
||||
),
|
||||
'argon' =>
|
||||
array (
|
||||
'memory' => 1024,
|
||||
'threads' => 2,
|
||||
'time' => 2,
|
||||
),
|
||||
),
|
||||
'logging' =>
|
||||
array (
|
||||
'default' => 'daily',
|
||||
'channels' =>
|
||||
array (
|
||||
'stack' =>
|
||||
array (
|
||||
'driver' => 'stack',
|
||||
'channels' =>
|
||||
array (
|
||||
0 => 'daily',
|
||||
),
|
||||
'ignore_exceptions' => false,
|
||||
),
|
||||
'single' =>
|
||||
array (
|
||||
'driver' => 'single',
|
||||
'path' => '/home/wwwroot/pingan/storage/logs/laravel.log',
|
||||
'level' => 'debug',
|
||||
),
|
||||
'daily' =>
|
||||
array (
|
||||
'driver' => 'daily',
|
||||
'path' => '/home/wwwroot/pingan/storage/logs/laravel.log',
|
||||
'level' => 'debug',
|
||||
'days' => 14,
|
||||
),
|
||||
'slack' =>
|
||||
array (
|
||||
'driver' => 'slack',
|
||||
'url' => NULL,
|
||||
'username' => 'Laravel Log',
|
||||
'emoji' => ':boom:',
|
||||
'level' => 'critical',
|
||||
),
|
||||
'papertrail' =>
|
||||
array (
|
||||
'driver' => 'monolog',
|
||||
'level' => 'debug',
|
||||
'handler' => 'Monolog\\Handler\\SyslogUdpHandler',
|
||||
'handler_with' =>
|
||||
array (
|
||||
'host' => NULL,
|
||||
'port' => NULL,
|
||||
),
|
||||
),
|
||||
'stderr' =>
|
||||
array (
|
||||
'driver' => 'monolog',
|
||||
'handler' => 'Monolog\\Handler\\StreamHandler',
|
||||
'formatter' => NULL,
|
||||
'with' =>
|
||||
array (
|
||||
'stream' => 'php://stderr',
|
||||
),
|
||||
),
|
||||
'syslog' =>
|
||||
array (
|
||||
'driver' => 'syslog',
|
||||
'level' => 'debug',
|
||||
),
|
||||
'errorlog' =>
|
||||
array (
|
||||
'driver' => 'errorlog',
|
||||
'level' => 'debug',
|
||||
),
|
||||
'null' =>
|
||||
array (
|
||||
'driver' => 'monolog',
|
||||
'handler' => 'Monolog\\Handler\\NullHandler',
|
||||
),
|
||||
),
|
||||
),
|
||||
'mail' =>
|
||||
array (
|
||||
'driver' => 'smtp',
|
||||
'host' => 'smtp.mailgun.org',
|
||||
'port' => 587,
|
||||
'from' =>
|
||||
array (
|
||||
'address' => 'hello@example.com',
|
||||
'name' => 'Example',
|
||||
),
|
||||
'encryption' => 'tls',
|
||||
'username' => NULL,
|
||||
'password' => NULL,
|
||||
'sendmail' => '/usr/sbin/sendmail -bs',
|
||||
'markdown' =>
|
||||
array (
|
||||
'theme' => 'default',
|
||||
'paths' =>
|
||||
array (
|
||||
0 => '/home/wwwroot/pingan/resources/views/vendor/mail',
|
||||
),
|
||||
),
|
||||
'log_channel' => NULL,
|
||||
),
|
||||
'pingan' =>
|
||||
array (
|
||||
'this_type' => 'dev',
|
||||
'test' =>
|
||||
array (
|
||||
'client_id' => 'P_YISHIDAI',
|
||||
'grant_type' => 'client_credentials',
|
||||
'client_secret' => 'zGg9e6J5',
|
||||
'userName' => '18804518018',
|
||||
'AES_CODE' => '61DA0376BEBCFE1F',
|
||||
'tokenUri' => 'https://test-api.pingan.com.cn:20443/oauth/oauth2/access_token',
|
||||
'Uri' => 'http://test-api.pingan.com.cn:20080/open/vassPartner/appsvr/property/api/new/',
|
||||
),
|
||||
'dev' =>
|
||||
array (
|
||||
'client_id' => 'P_YISHIDAI',
|
||||
'grant_type' => 'client_credentials',
|
||||
'client_secret' => 'F3j5J7bx',
|
||||
'userName' => '13936166646',
|
||||
'AES_CODE' => '108DD27AB83252DB',
|
||||
'tokenUri' => 'http://api.pingan.com.cn/oauth/oauth2/access_token',
|
||||
'Uri' => 'http://api.pingan.com.cn/open/vassPartner/appsvr/property/api/new/',
|
||||
),
|
||||
'profit' =>
|
||||
array (
|
||||
'YSD-full100-10' => 0,
|
||||
'YSD-full100-25' => 15,
|
||||
'YSD-full100-50' => 40,
|
||||
'YSD-full200-100' => 80,
|
||||
),
|
||||
'coupon_status' =>
|
||||
array (
|
||||
1 => '使用中',
|
||||
2 => '已使用',
|
||||
3 => '已过期',
|
||||
4 => '已收回',
|
||||
5 => '退兑换',
|
||||
6 => '已冻结',
|
||||
7 => '未激活',
|
||||
),
|
||||
),
|
||||
'queue' =>
|
||||
array (
|
||||
'default' => 'database',
|
||||
'connections' =>
|
||||
array (
|
||||
'sync' =>
|
||||
array (
|
||||
'driver' => 'sync',
|
||||
),
|
||||
'database' =>
|
||||
array (
|
||||
'driver' => 'database',
|
||||
'table' => 'jobs',
|
||||
'queue' => 'default',
|
||||
'retry_after' => 90,
|
||||
),
|
||||
'beanstalkd' =>
|
||||
array (
|
||||
'driver' => 'beanstalkd',
|
||||
'host' => 'localhost',
|
||||
'queue' => 'default',
|
||||
'retry_after' => 90,
|
||||
'block_for' => 0,
|
||||
),
|
||||
'sqs' =>
|
||||
array (
|
||||
'driver' => 'sqs',
|
||||
'key' => NULL,
|
||||
'secret' => NULL,
|
||||
'prefix' => 'https://sqs.us-east-1.amazonaws.com/your-account-id',
|
||||
'queue' => 'your-queue-name',
|
||||
'region' => 'us-east-1',
|
||||
),
|
||||
'redis' =>
|
||||
array (
|
||||
'driver' => 'redis',
|
||||
'connection' => 'default',
|
||||
'queue' => 'default',
|
||||
'retry_after' => 90,
|
||||
'block_for' => NULL,
|
||||
),
|
||||
),
|
||||
'failed' =>
|
||||
array (
|
||||
'driver' => 'database',
|
||||
'database' => 'mysql',
|
||||
'table' => 'failed_jobs',
|
||||
),
|
||||
),
|
||||
'services' =>
|
||||
array (
|
||||
'mailgun' =>
|
||||
array (
|
||||
'domain' => NULL,
|
||||
'secret' => NULL,
|
||||
'endpoint' => 'api.mailgun.net',
|
||||
),
|
||||
'postmark' =>
|
||||
array (
|
||||
'token' => NULL,
|
||||
),
|
||||
'ses' =>
|
||||
array (
|
||||
'key' => NULL,
|
||||
'secret' => NULL,
|
||||
'region' => 'us-east-1',
|
||||
),
|
||||
),
|
||||
'session' =>
|
||||
array (
|
||||
'driver' => 'file',
|
||||
'lifetime' => '120',
|
||||
'expire_on_close' => false,
|
||||
'encrypt' => false,
|
||||
'files' => '/home/wwwroot/pingan/storage/framework/sessions',
|
||||
'connection' => NULL,
|
||||
'table' => 'sessions',
|
||||
'store' => NULL,
|
||||
'lottery' =>
|
||||
array (
|
||||
0 => 2,
|
||||
1 => 100,
|
||||
),
|
||||
'cookie' => '_session',
|
||||
'path' => '/',
|
||||
'domain' => NULL,
|
||||
'secure' => false,
|
||||
'http_only' => true,
|
||||
'same_site' => NULL,
|
||||
),
|
||||
'view' =>
|
||||
array (
|
||||
'paths' =>
|
||||
array (
|
||||
0 => '/home/wwwroot/pingan/resources/views',
|
||||
),
|
||||
'compiled' => '/home/wwwroot/pingan/storage/framework/views',
|
||||
),
|
||||
'wechat' =>
|
||||
array (
|
||||
'defaults' =>
|
||||
array (
|
||||
'response_type' => 'array',
|
||||
'use_laravel_cache' => true,
|
||||
'log' =>
|
||||
array (
|
||||
'level' => 'debug',
|
||||
'file' => '/home/wwwroot/pingan/storage/logs/wechat.log',
|
||||
),
|
||||
),
|
||||
'route' =>
|
||||
array (
|
||||
),
|
||||
'official_account' =>
|
||||
array (
|
||||
'default' =>
|
||||
array (
|
||||
'app_id' => 'your-app-id',
|
||||
'secret' => 'your-app-secret',
|
||||
'token' => 'your-token',
|
||||
'aes_key' => '',
|
||||
),
|
||||
),
|
||||
'payment' =>
|
||||
array (
|
||||
'default' =>
|
||||
array (
|
||||
'sandbox' => false,
|
||||
'app_id' => '',
|
||||
'mch_id' => 'your-mch-id',
|
||||
'key' => 'key-for-signature',
|
||||
'cert_path' => 'path/to/cert/apiclient_cert.pem',
|
||||
'key_path' => 'path/to/cert/apiclient_key.pem',
|
||||
'notify_url' => 'http://example.com/payments/wechat-notify',
|
||||
),
|
||||
),
|
||||
),
|
||||
'wo' =>
|
||||
array (
|
||||
'merchantCert' => '/home/wwwroot/pingan/storage/cert/wo/309700710354582.cer',
|
||||
'private' => '/home/wwwroot/pingan/storage/cert/wo/private_rsa.pem',
|
||||
'public' => '/home/wwwroot/pingan/storage/cert/wo/public_rsa.pem',
|
||||
'merchant_id' => '309700710354582',
|
||||
'charset' => '00-GBK',
|
||||
'version' => '1.0',
|
||||
'signType' => 'RSA',
|
||||
'channelType' => 'wbsh',
|
||||
'baseUri' => 'http://123.125.97.251:8880/mpc/wbsh',
|
||||
'ticketState' =>
|
||||
array (
|
||||
'A' => 'ticketBuyback',
|
||||
'U' => 'ticketInvalid',
|
||||
),
|
||||
'ticketStateText' =>
|
||||
array (
|
||||
'A' => '已领用',
|
||||
'U' => '已使用',
|
||||
'E' => '已过期',
|
||||
'H' => '已冻结',
|
||||
),
|
||||
),
|
||||
'flare' =>
|
||||
array (
|
||||
'key' => NULL,
|
||||
'reporting' =>
|
||||
array (
|
||||
'anonymize_ips' => true,
|
||||
'collect_git_information' => true,
|
||||
'report_queries' => true,
|
||||
'maximum_number_of_collected_queries' => 200,
|
||||
'report_query_bindings' => true,
|
||||
'report_view_data' => true,
|
||||
'grouping_type' => NULL,
|
||||
),
|
||||
'send_logs_as_events' => true,
|
||||
),
|
||||
'ignition' =>
|
||||
array (
|
||||
'editor' => 'phpstorm',
|
||||
'theme' => 'light',
|
||||
'enable_share_button' => true,
|
||||
'register_commands' => false,
|
||||
'ignored_solution_providers' =>
|
||||
array (
|
||||
),
|
||||
'enable_runnable_solutions' => NULL,
|
||||
'remote_sites_path' => '',
|
||||
'local_sites_path' => '',
|
||||
'housekeeping_endpoint_prefix' => '_ignition',
|
||||
),
|
||||
'image' =>
|
||||
array (
|
||||
'driver' => 'gd',
|
||||
),
|
||||
'trustedproxy' =>
|
||||
array (
|
||||
'proxies' => NULL,
|
||||
'headers' => 30,
|
||||
),
|
||||
'tinker' =>
|
||||
array (
|
||||
'commands' =>
|
||||
array (
|
||||
),
|
||||
'dont_alias' =>
|
||||
array (
|
||||
0 => 'App\\Nova',
|
||||
),
|
||||
),
|
||||
);
|
||||
103
bootstrap/cache/packages.php
vendored
Normal file
103
bootstrap/cache/packages.php
vendored
Normal file
@@ -0,0 +1,103 @@
|
||||
<?php return array (
|
||||
'encore/laravel-admin' =>
|
||||
array (
|
||||
'providers' =>
|
||||
array (
|
||||
0 => 'Encore\\Admin\\AdminServiceProvider',
|
||||
),
|
||||
'aliases' =>
|
||||
array (
|
||||
'Admin' => 'Encore\\Admin\\Facades\\Admin',
|
||||
),
|
||||
),
|
||||
'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',
|
||||
),
|
||||
),
|
||||
'intervention/image' =>
|
||||
array (
|
||||
'providers' =>
|
||||
array (
|
||||
0 => 'Intervention\\Image\\ImageServiceProvider',
|
||||
),
|
||||
'aliases' =>
|
||||
array (
|
||||
'Image' => 'Intervention\\Image\\Facades\\Image',
|
||||
),
|
||||
),
|
||||
'laravel-admin-ext/wang-editor' =>
|
||||
array (
|
||||
'providers' =>
|
||||
array (
|
||||
0 => 'Encore\\WangEditor\\WangEditorServiceProvider',
|
||||
),
|
||||
),
|
||||
'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-wechat' =>
|
||||
array (
|
||||
'providers' =>
|
||||
array (
|
||||
0 => 'Overtrue\\LaravelWeChat\\ServiceProvider',
|
||||
),
|
||||
'aliases' =>
|
||||
array (
|
||||
'EasyWeChat' => 'Overtrue\\LaravelWeChat\\Facade',
|
||||
),
|
||||
),
|
||||
'simplesoftwareio/simple-qrcode' =>
|
||||
array (
|
||||
'providers' =>
|
||||
array (
|
||||
0 => 'SimpleSoftwareIO\\QrCode\\QrCodeServiceProvider',
|
||||
),
|
||||
'aliases' =>
|
||||
array (
|
||||
'QrCode' => 'SimpleSoftwareIO\\QrCode\\Facades\\QrCode',
|
||||
),
|
||||
),
|
||||
);
|
||||
220
bootstrap/cache/services.php
vendored
Normal file
220
bootstrap/cache/services.php
vendored
Normal file
@@ -0,0 +1,220 @@
|
||||
<?php return array (
|
||||
'providers' =>
|
||||
array (
|
||||
0 => 'Illuminate\\Auth\\AuthServiceProvider',
|
||||
1 => 'Illuminate\\Broadcasting\\BroadcastServiceProvider',
|
||||
2 => 'Illuminate\\Bus\\BusServiceProvider',
|
||||
3 => 'Illuminate\\Cache\\CacheServiceProvider',
|
||||
4 => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
|
||||
5 => 'Illuminate\\Cookie\\CookieServiceProvider',
|
||||
6 => 'Illuminate\\Database\\DatabaseServiceProvider',
|
||||
7 => 'Illuminate\\Encryption\\EncryptionServiceProvider',
|
||||
8 => 'Illuminate\\Filesystem\\FilesystemServiceProvider',
|
||||
9 => 'Illuminate\\Foundation\\Providers\\FoundationServiceProvider',
|
||||
10 => 'Illuminate\\Hashing\\HashServiceProvider',
|
||||
11 => 'Illuminate\\Mail\\MailServiceProvider',
|
||||
12 => 'Illuminate\\Notifications\\NotificationServiceProvider',
|
||||
13 => 'Illuminate\\Pagination\\PaginationServiceProvider',
|
||||
14 => 'Illuminate\\Pipeline\\PipelineServiceProvider',
|
||||
15 => 'Illuminate\\Queue\\QueueServiceProvider',
|
||||
16 => 'Illuminate\\Redis\\RedisServiceProvider',
|
||||
17 => 'Illuminate\\Auth\\Passwords\\PasswordResetServiceProvider',
|
||||
18 => 'Illuminate\\Session\\SessionServiceProvider',
|
||||
19 => 'Illuminate\\Translation\\TranslationServiceProvider',
|
||||
20 => 'Illuminate\\Validation\\ValidationServiceProvider',
|
||||
21 => 'Illuminate\\View\\ViewServiceProvider',
|
||||
22 => 'Encore\\Admin\\AdminServiceProvider',
|
||||
23 => 'Facade\\Ignition\\IgnitionServiceProvider',
|
||||
24 => 'Fideloper\\Proxy\\TrustedProxyServiceProvider',
|
||||
25 => 'Intervention\\Image\\ImageServiceProvider',
|
||||
26 => 'Encore\\WangEditor\\WangEditorServiceProvider',
|
||||
27 => 'Laravel\\Tinker\\TinkerServiceProvider',
|
||||
28 => 'Maatwebsite\\Excel\\ExcelServiceProvider',
|
||||
29 => 'Carbon\\Laravel\\ServiceProvider',
|
||||
30 => 'NunoMaduro\\Collision\\Adapters\\Laravel\\CollisionServiceProvider',
|
||||
31 => 'Overtrue\\LaravelWeChat\\ServiceProvider',
|
||||
32 => 'SimpleSoftwareIO\\QrCode\\QrCodeServiceProvider',
|
||||
33 => 'App\\Providers\\AppServiceProvider',
|
||||
34 => 'App\\Providers\\AuthServiceProvider',
|
||||
35 => 'App\\Providers\\EventServiceProvider',
|
||||
36 => 'App\\Providers\\RouteServiceProvider',
|
||||
37 => 'App\\Api\\ApiServiceProvider',
|
||||
38 => 'App\\Merchant\\MerchantServiceProvider',
|
||||
),
|
||||
'eager' =>
|
||||
array (
|
||||
0 => 'Illuminate\\Auth\\AuthServiceProvider',
|
||||
1 => 'Illuminate\\Cookie\\CookieServiceProvider',
|
||||
2 => 'Illuminate\\Database\\DatabaseServiceProvider',
|
||||
3 => 'Illuminate\\Encryption\\EncryptionServiceProvider',
|
||||
4 => 'Illuminate\\Filesystem\\FilesystemServiceProvider',
|
||||
5 => 'Illuminate\\Foundation\\Providers\\FoundationServiceProvider',
|
||||
6 => 'Illuminate\\Notifications\\NotificationServiceProvider',
|
||||
7 => 'Illuminate\\Pagination\\PaginationServiceProvider',
|
||||
8 => 'Illuminate\\Session\\SessionServiceProvider',
|
||||
9 => 'Illuminate\\View\\ViewServiceProvider',
|
||||
10 => 'Encore\\Admin\\AdminServiceProvider',
|
||||
11 => 'Facade\\Ignition\\IgnitionServiceProvider',
|
||||
12 => 'Fideloper\\Proxy\\TrustedProxyServiceProvider',
|
||||
13 => 'Intervention\\Image\\ImageServiceProvider',
|
||||
14 => 'Encore\\WangEditor\\WangEditorServiceProvider',
|
||||
15 => 'Laravel\\Tinker\\TinkerServiceProvider',
|
||||
16 => 'Maatwebsite\\Excel\\ExcelServiceProvider',
|
||||
17 => 'Carbon\\Laravel\\ServiceProvider',
|
||||
18 => 'NunoMaduro\\Collision\\Adapters\\Laravel\\CollisionServiceProvider',
|
||||
19 => 'Overtrue\\LaravelWeChat\\ServiceProvider',
|
||||
20 => 'SimpleSoftwareIO\\QrCode\\QrCodeServiceProvider',
|
||||
21 => 'App\\Providers\\AppServiceProvider',
|
||||
22 => 'App\\Providers\\AuthServiceProvider',
|
||||
23 => 'App\\Providers\\EventServiceProvider',
|
||||
24 => 'App\\Providers\\RouteServiceProvider',
|
||||
25 => 'App\\Api\\ApiServiceProvider',
|
||||
26 => 'App\\Merchant\\MerchantServiceProvider',
|
||||
),
|
||||
'deferred' =>
|
||||
array (
|
||||
'Illuminate\\Broadcasting\\BroadcastManager' => 'Illuminate\\Broadcasting\\BroadcastServiceProvider',
|
||||
'Illuminate\\Contracts\\Broadcasting\\Factory' => 'Illuminate\\Broadcasting\\BroadcastServiceProvider',
|
||||
'Illuminate\\Contracts\\Broadcasting\\Broadcaster' => 'Illuminate\\Broadcasting\\BroadcastServiceProvider',
|
||||
'Illuminate\\Bus\\Dispatcher' => 'Illuminate\\Bus\\BusServiceProvider',
|
||||
'Illuminate\\Contracts\\Bus\\Dispatcher' => 'Illuminate\\Bus\\BusServiceProvider',
|
||||
'Illuminate\\Contracts\\Bus\\QueueingDispatcher' => 'Illuminate\\Bus\\BusServiceProvider',
|
||||
'cache' => 'Illuminate\\Cache\\CacheServiceProvider',
|
||||
'cache.store' => 'Illuminate\\Cache\\CacheServiceProvider',
|
||||
'cache.psr6' => 'Illuminate\\Cache\\CacheServiceProvider',
|
||||
'memcached.connector' => 'Illuminate\\Cache\\CacheServiceProvider',
|
||||
'command.cache.clear' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
|
||||
'command.cache.forget' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
|
||||
'command.clear-compiled' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
|
||||
'command.auth.resets.clear' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
|
||||
'command.config.cache' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
|
||||
'command.config.clear' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
|
||||
'command.db.wipe' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
|
||||
'command.down' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
|
||||
'command.environment' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
|
||||
'command.event.cache' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
|
||||
'command.event.clear' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
|
||||
'command.event.list' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
|
||||
'command.key.generate' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
|
||||
'command.optimize' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
|
||||
'command.optimize.clear' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
|
||||
'command.package.discover' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
|
||||
'command.preset' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
|
||||
'command.queue.failed' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
|
||||
'command.queue.flush' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
|
||||
'command.queue.forget' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
|
||||
'command.queue.listen' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
|
||||
'command.queue.restart' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
|
||||
'command.queue.retry' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
|
||||
'command.queue.work' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
|
||||
'command.route.cache' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
|
||||
'command.route.clear' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
|
||||
'command.route.list' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
|
||||
'command.seed' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
|
||||
'Illuminate\\Console\\Scheduling\\ScheduleFinishCommand' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
|
||||
'Illuminate\\Console\\Scheduling\\ScheduleRunCommand' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
|
||||
'command.storage.link' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
|
||||
'command.up' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
|
||||
'command.view.cache' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
|
||||
'command.view.clear' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
|
||||
'command.cache.table' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
|
||||
'command.channel.make' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
|
||||
'command.console.make' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
|
||||
'command.controller.make' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
|
||||
'command.event.generate' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
|
||||
'command.event.make' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
|
||||
'command.exception.make' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
|
||||
'command.factory.make' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
|
||||
'command.job.make' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
|
||||
'command.listener.make' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
|
||||
'command.mail.make' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
|
||||
'command.middleware.make' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
|
||||
'command.model.make' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
|
||||
'command.notification.make' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
|
||||
'command.notification.table' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
|
||||
'command.observer.make' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
|
||||
'command.policy.make' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
|
||||
'command.provider.make' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
|
||||
'command.queue.failed-table' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
|
||||
'command.queue.table' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
|
||||
'command.request.make' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
|
||||
'command.resource.make' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
|
||||
'command.rule.make' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
|
||||
'command.seeder.make' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
|
||||
'command.session.table' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
|
||||
'command.serve' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
|
||||
'command.test.make' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
|
||||
'command.vendor.publish' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
|
||||
'migrator' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
|
||||
'migration.repository' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
|
||||
'migration.creator' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
|
||||
'command.migrate' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
|
||||
'command.migrate.fresh' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
|
||||
'command.migrate.install' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
|
||||
'command.migrate.refresh' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
|
||||
'command.migrate.reset' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
|
||||
'command.migrate.rollback' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
|
||||
'command.migrate.status' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
|
||||
'command.migrate.make' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
|
||||
'composer' => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
|
||||
'hash' => 'Illuminate\\Hashing\\HashServiceProvider',
|
||||
'hash.driver' => 'Illuminate\\Hashing\\HashServiceProvider',
|
||||
'mailer' => 'Illuminate\\Mail\\MailServiceProvider',
|
||||
'swift.mailer' => 'Illuminate\\Mail\\MailServiceProvider',
|
||||
'swift.transport' => 'Illuminate\\Mail\\MailServiceProvider',
|
||||
'Illuminate\\Mail\\Markdown' => 'Illuminate\\Mail\\MailServiceProvider',
|
||||
'Illuminate\\Contracts\\Pipeline\\Hub' => 'Illuminate\\Pipeline\\PipelineServiceProvider',
|
||||
'queue' => 'Illuminate\\Queue\\QueueServiceProvider',
|
||||
'queue.worker' => 'Illuminate\\Queue\\QueueServiceProvider',
|
||||
'queue.listener' => 'Illuminate\\Queue\\QueueServiceProvider',
|
||||
'queue.failer' => 'Illuminate\\Queue\\QueueServiceProvider',
|
||||
'queue.connection' => 'Illuminate\\Queue\\QueueServiceProvider',
|
||||
'redis' => 'Illuminate\\Redis\\RedisServiceProvider',
|
||||
'redis.connection' => 'Illuminate\\Redis\\RedisServiceProvider',
|
||||
'auth.password' => 'Illuminate\\Auth\\Passwords\\PasswordResetServiceProvider',
|
||||
'auth.password.broker' => 'Illuminate\\Auth\\Passwords\\PasswordResetServiceProvider',
|
||||
'translator' => 'Illuminate\\Translation\\TranslationServiceProvider',
|
||||
'translation.loader' => 'Illuminate\\Translation\\TranslationServiceProvider',
|
||||
'validator' => 'Illuminate\\Validation\\ValidationServiceProvider',
|
||||
'validation.presence' => 'Illuminate\\Validation\\ValidationServiceProvider',
|
||||
),
|
||||
'when' =>
|
||||
array (
|
||||
'Illuminate\\Broadcasting\\BroadcastServiceProvider' =>
|
||||
array (
|
||||
),
|
||||
'Illuminate\\Bus\\BusServiceProvider' =>
|
||||
array (
|
||||
),
|
||||
'Illuminate\\Cache\\CacheServiceProvider' =>
|
||||
array (
|
||||
),
|
||||
'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider' =>
|
||||
array (
|
||||
),
|
||||
'Illuminate\\Hashing\\HashServiceProvider' =>
|
||||
array (
|
||||
),
|
||||
'Illuminate\\Mail\\MailServiceProvider' =>
|
||||
array (
|
||||
),
|
||||
'Illuminate\\Pipeline\\PipelineServiceProvider' =>
|
||||
array (
|
||||
),
|
||||
'Illuminate\\Queue\\QueueServiceProvider' =>
|
||||
array (
|
||||
),
|
||||
'Illuminate\\Redis\\RedisServiceProvider' =>
|
||||
array (
|
||||
),
|
||||
'Illuminate\\Auth\\Passwords\\PasswordResetServiceProvider' =>
|
||||
array (
|
||||
),
|
||||
'Illuminate\\Translation\\TranslationServiceProvider' =>
|
||||
array (
|
||||
),
|
||||
'Illuminate\\Validation\\ValidationServiceProvider' =>
|
||||
array (
|
||||
),
|
||||
),
|
||||
);
|
||||
Reference in New Issue
Block a user