Answers for "laravel check if environment is production"

PHP
3

laravel check if environment is production

@env(['production'])
    // The application is running in "staging" or "production"...
@endenv
Posted by: Guest on February-10-2022

Code answers related to "laravel check if environment is production"

Browse Popular Code Answers by Language