Unable to execute Laravel artisan commands

后端 未结 5 1813
南方客
南方客 2021-02-01 16:39

I just installed the latest version of Laravel and tried to run the following command from my Git Bash:

php artisan migrate:make create_users_table --table=users         


        
5条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-02-01 17:11

    Run following composer command in your root folder

    composer dump-autoload
    

提交回复
热议问题