Answers for "php artisan config"

PHP
2

laravel get env variable

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

laravel set config

config()->set('config.path', $value);
Posted by: Guest on January-08-2021
1

laravel use config

use Illuminate\Support\Facades\Config;
Posted by: Guest on April-23-2020

Code answers related to "php artisan config"

Browse Popular Code Answers by Language