* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ return [ /* * Laravel-admin name. */ 'name' => 'iBrand 管理后台', /* * Logo in admin panel header. */ 'logo' => 'iBrand 管理后台', /* * Mini-logo in admin panel header. */ 'logo-mini' => 'B', /* * Laravel-admin html title. */ 'title' => 'iBrand 管理后台', 'disks' => [ 'admin' => [ 'driver' => 'local', 'root' => storage_path('app/public/backend'), 'url' => env('APP_URL') . '/storage/backend', 'visibility' => 'public', ], ], 'sms_login' => env('BACKEND_SMS_LOGIN', false), 'technical_support' => '果酱社区:https://guojiang.club', 'copyright' => '果酱社区', 'scenario' => env('BACKEND_SCENARIO', 'normal') ];