Laravel Pro Tips
#directives #environments #env
#Laravel Tip 🔥 You may use "env" directive to check the running environment of the application You can also specify the array in "env" directive to check the multiple environments.
Gurmandeep Singh
Feb 14th, 2022
#env
Keeping your .env.example file updated
Envy is a package by Worksome designed to take the pain out of syncing environment files with your Laravel project. Let's check it out.