## 路由規則的設定有部分不一樣的
```
~~~
Route::get('c<id>', 'index/Index/category');
Route::get('d<id>', 'index/Index/detail');
Route::get('m<id>', 'index/Index/my_list');
Route::get('user', 'index/user/index');
Route::get('profile', 'index/user/profile');
Route::get('changepwd', 'index/user/changepwd');
Route::get('addartical', 'index/user/addartical');
Route::get('editartical', 'index/user/editartical');
Route::get('recharge', 'index/user/recharge');
Route::get('keyword<keyword?>', 'index/Index/search',[],['keyword'=>'.+']);
Route::get('search<search_word?>', 'index/index/search',[],['search_word'=>'.+']);
Route::get('keyword/[:keyword]', 'index/Index/search',['keyword'=>'.*']);
Route::get('search/[:search_word]', 'index/Index/search',['search_word'=>'.*']);
~~~
```
## 生成的樣式都為
http://houtt.skfa.com/c141
http://houtt.skfa.com/d141
http://houtt.skfa.com/m141
### 下面兩個可以用于關鍵詞和搜索
http://houtt.skfa.com/keyword/%E6%8B%9B%E8%81%98
http://houtt.skfa.com/search/%E4%BD%A0%E5%A5%BD
- tp5圖片上傳
- 文件上傳到七牛云
- 上傳到阿里云
- 富文本編輯器
- phpexcel和spreadsheet
- phpexcel導出
- phpexcel導入
- spreadsheet
- tp5_api接口
- 跨域請求
- JWT
- 圖片和視頻上傳接口
- 驗證碼
- tp5小程序登錄
- tp5小程序支付
- tp5基礎架構
- 驗證層
- 模型層Model
- 控制器構找
- tp5.0支付寶
- 海報二維碼
- 輪播圖
- echarts柱狀圖
- layui的圖片彈窗
- p標簽顯示指定行數(全部)
- jquery和layerdate調用日期
- ajax發送文件和圖片的坑啊
- JS日期點擊上一天和下一天
- 百度分享js
- POST請求
- 商品數據表
- tp5.0支付寶最全
- tp5路由的坑
- 二維數組排序
- tp5模型分組group錯誤
- 二維變一維數組
- 無限樹形結構
- json對象轉數組
- 模型關聯查詢
- tp5的模型獲取器和字段設定
- 經緯度獲取距離排序