Laravel 5 database issue

前端 未结 13 888
抹茶落季
抹茶落季 2020-12-15 04:24

I\'ve installed laravel 5 successfully by using this command:

composer create-project laravel/laravel test-laravel-5-project dev-develop --prefer-dist
         


        
13条回答
  •  情深已故
    2020-12-15 05:04

    Yes i had the same issues where everything went well right from migration installation to php artisan migrate. But when i tried to create a user the access denied.

    Solution i found was to close the ctrl + d to terminate the server and restart. I worked... :)

提交回复
热议问题