Answers for "laravel how to change production environment"

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
-1

laravel set env to production

APP_ENV=production
APP_DEBUG=false
Posted by: Guest on October-10-2021

Code answers related to "laravel how to change production environment"

Browse Popular Code Answers by Language