Laravel框架 有点卡 顿
增加配置缓存
php artisan config:cache
增加路由缓存
php artisan route:cache
升级laravel版本,可能是laravel版本的问题
composer require laravel/framework
增加配置缓存
php artisan config:cache
增加路由缓存
php artisan route:cache
升级laravel版本,可能是laravel版本的问题
composer require laravel/framework