Laravel In Multiple Environments

The conventional wisdom when running Laravel applications in multiple locations is to isolate all the site specific details in the .env file at each location. This file is specifically ignored in source control, so that the file never gets over-written. … Continue reading Laravel In Multiple Environments