* * 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', ], ], ];