芝麻web文件管理V1.00
编辑当前文件:/home/digitalh/panoramawholesale.com/app/Providers/AppServiceProvider.php
commands([ InstallCommand::class, ClientCommand::class, KeysCommand::class, ]); // Set the default guard to 'store' for all 'store/*' routes $this->app['router']->matched(function (\Illuminate\Routing\Events\RouteMatched $event) { if ($event->route->action['middleware'] === 'auth.store') { Auth::shouldUse('store'); } }); } }