Laravel 项目开发规范
/
所有的自定义命令,都 必须 有项目的命名空间。
如:
php artisan phphub:clear-token
php artisan phphub:send-status-email
...
错误的例子为:
php artisan clear-token
php artisan send-status-email
...
本文章首发在 LearnKu.com 网站上。
推荐文章: