I developed laravel app locally and uploaded in shared hosting.
While hosting I changed the database name and username of mysql in the .env and the config/database files.
But in remote its still using the old db name and user which is found in the bootstrap/cache/config file.
So how to clean the bootstrap/cache/config.php file?