dominator88 / laravel-smart

后台管理系统.能快速度进行移动端开发.集成多个常见工具包.

Home Page:https://github.com/dominator88/laravel-smart/tree/master

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

php artisan smart:install 模块名

osindex opened this issue · comments

php artisan smart:install blog
运行
php artisan route:list

报错


In SysBase.php line 48:
                           
  Undefined index: module  
                           

服务器是否支持 pathinfo

valet 环境
支持pathinfo

就是新生成的Route文件里面报的错 删除文件 其他就能输出 route:list

fixed