Laravel Homestead Vagrant Box Database Problems

后端 未结 7 2240
轮回少年
轮回少年 2020-12-30 17:11

I can\'t use the same database.php settings when browsing the local website in a browser (example.app:8000) and when using php artisan migrate.

If my database.php se

7条回答
  •  执念已碎
    2020-12-30 17:28

    After using homestead ssh and paste your ssh vagrant@127.0.0.1 -p 2222 our php artisan migrate working properly

提交回复
热议问题