会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
动力起点
博客园
首页
新随笔
联系
订阅
管理
12 2021 档案
php路由
摘要:Route::get("/hello",function(){ return "hello world"; }); //匹配所有请求 Route::any("/hello1",function(){ return "hello world1"; }); //匹配两种请求方式 Route::match
阅读全文
posted @
2021-12-11 23:11
动力起点
阅读(516)
评论(0)
推荐(0)
创建laravel项目
摘要:1.创建laravel项目:composer create-project --prefer-dist laravel/laravel 项目名 2.启动项目:php artisan serve
阅读全文
posted @
2021-12-11 22:18
动力起点
阅读(83)
评论(0)
推荐(0)
公告