Load Laravel configuration from the database
The .env and config files used by Laravel are a great way to separate configuration code from configuration values. However, managing multiple front-end servers requires duplicating your .env file and updating it every time you add or change a variable. To solve this problem, I’ve created a simple solution that is fully transparent to Laravel […]
Read more..