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
#directives #environments
#Laravel Tip 🔥: production & env directives are very handy to execute the conditional code based on your server type. #PHP #webdevelopers #100DaysOfCode #developers
Mohammad Haris ⚡
Jan 25th, 2022
#testing #environments
Testing Laravel Environment Checks
Ever wondered how to go about testing environment checks in your Laravel application? This post is for you!