摘要: 路由配置文件:routes/web.php use Illuminate\Support\Facades\Route; Route::get('/', function () { return view('welcome'); }); //任意方式请求 // Route::any('/login', 阅读全文
posted @ 2020-09-28 16:31 诸城布拉德皮特 阅读(83) 评论(0) 推荐(0) 编辑
摘要: 路由定义采用\think\Route类,通常是在应用的路由配置文件application/route.php进行注册 use think\Route; //路由规则 // Route::rule('/a','admin/index/index'); // Route::get('/productli 阅读全文
posted @ 2020-09-28 09:39 诸城布拉德皮特 阅读(174) 评论(0) 推荐(0) 编辑