📜  php artisan clear 命令 - PHP 代码示例

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

代码示例2
//clear
php artisan config:clear
php artisan route:clear
php artisan route:clear
php artisan view:clear
//cache
php artisan config:cache
php artisan route:cache
php artisan route:cache
php artisan view:cache