Dav*_*ino 4 php webserver laravel artisan
我已经通过作曲家安装了laravel.我创建了我需要的数据库,我只是想添加我需要的模型.所以我尝试了工匠命令:
php artisan make:model Task
Run Code Online (Sandbox Code Playgroud)
但它返回以下错误:
[InvalidArgumentException]
There are no commands defined in the "make" namespace.
Run Code Online (Sandbox Code Playgroud)
也许我必须为工匠安装其他组件?我怎样才能解决这个问题?