Answers for "laravel env cache"

PHP
0

env clear cache laravel

php artisan cache:clear
php artisan config:clear
php artisan route:clear
Posted by: Guest on May-21-2021
2

laravel APP_ENV config

if (\Illuminate\Support\Facades\App::environment('production')) {
    // The environment is production
}
Posted by: Guest on November-10-2020

Browse Popular Code Answers by Language