Answers for "laravel check current environment"

PHP
0

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 current environment"

Browse Popular Code Answers by Language