Laravel Homestead Vagrant Box Database Problems

后端 未结 7 2260
轮回少年
轮回少年 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:38

    Quick fix:

    1. ssh into your homestead virtual machine (homestead ssh)
    2. navigate to the project directory
    3. run your command from there (php artisan migrate)

提交回复
热议问题