Answers for "edit environment variables in laravel"

PHP
4

laravel get env variable

dd(env('APP_NAME'));
Posted by: Guest on October-15-2020
-1

laravel set env to production

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

Code answers related to "edit environment variables in laravel"

Browse Popular Code Answers by Language