I developed the laravel application locally and uploaded it to shared hosting.
During hosting, I changed the database name and mysql username in the .env files and the config / database file.
But in the remote state, the old db name and user, which is in the bootstrap / cache / config file, are still used.
So how to clean bootstrap / cache / config.php file?
source
share