This repository has been archived by the owner on Nov 28, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clear any cached config values from the .env file
We should purge the connection config values before checking whether the SQL credentials inserted by the user are valid or not. The DatabaseManager class caches the values at run-time from the auto-generated .env when installing/creating a laravel project. This makes changing the config values on the fly redundant without purging the values first. Tested on Laravel 5.8 and 6.0 and works brilliantly.
- Loading branch information