Answers for "set variable in .env file through config 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 "set variable in .env file through config in laravel"

Browse Popular Code Answers by Language