Only run code in production – Laravel
At times you will need to add code for production that you don’t want to trigger while working in your dev environment. Laravel makes this super easy by allowing us to utilize the config set in the .env file. Look for the following in your .env file On your production server this should be set […]
Only run code in production – Laravel Read More ยป