489495df
芝麻web文件管理
芝麻web文件管理V1.00
489495df
编辑当前文件:/home/landifun/www/vendor/laravel/ui/src/UiServiceProvider.php
<?php namespace Laravel\Ui; use Illuminate\Support\Facades\Route; use Illuminate\Support\ServiceProvider; class UiServiceProvider extends ServiceProvider { /** * Register the package services. * * @return void */ public function register() { if ($this->app->runningInConsole()) { $this->commands([ AuthCommand::class, ControllersCommand::class, UiCommand::class, ]); } } /** * Bootstrap any application services. * * @return void */ public function boot() { Route::mixin(new AuthRouteMethods); } }
Not Found
404
Not Found