boost is not updating db .env data, unless you actually restart the artisan server.
Closed this issue · 1 comments
fabianclain commented
Laravel Package Version
latest
Laravel Version
12
PHP Version
8.4
System Info
windows + WSL
Description
laravel boost, try to thinker db, and is using the old db data, unless you manually restart the php artisan serve.
I did not test with php-fpm, I only use php artisan serve for dev.
Steps To Reproduce
change the db, without stopping php artisan serve, and try thinker db, to see to which db is connecting.
if you stop the artisan serve, and start it again, it uses the right db.
pushpak1300 commented
I believe this is a duplicate of #130. I'm closing this issue in favor of the existing one