📜  laravel 5 在刀片中使用 env 变量 - PHP 代码示例

📅  最后修改于: 2022-03-11 14:53:35.777000             🧑  作者: Mango

代码示例2
Five most important commands if your Laravel is not working as expected after 
some modifications in .env or database folder or because of any other modifications. 
Here is full explanation: https://www.youtube.com/watch?v=Q1ynDMC8UGg

php artisan config:clear
php artisan cache:clear
composer dump-autoload
php artisan view:clear
php artisan route:clear

After clearup, try "echo env('URL_BUILDER')"