Artisan 命令行
所有的自定义命令,都 必须 有项目的命名空间。
如:
php artisan phphub:clear-token
php artisan phphub:send-status-email
...
错误的例子为:
php artisan clear-token
php artisan send-status-email
...
所有的自定义命令,都 必须 有项目的命名空间。
如:
php artisan phphub:clear-token
php artisan phphub:send-status-email
...
错误的例子为:
php artisan clear-token
php artisan send-status-email
...
本文标题:Artisan 命令行
本文链接:https://www.haomeiwen.com/subject/stwmixtx.html
网友评论