登录后台

页面导航

本文编写于 1420 天前,最后修改于 1420 天前,其中某些信息可能已经过时。

这些编译好了的视图缓存。

php artisan view:clear

清除运行缓存:

php artisan cache:clear

Laravel修改配置后一定要清理缓存,清除配置缓存:

php artisan config:clear

清除路由缓存:

php artisan route:clear

创建建立session表迁移:

php artisan session:table

博主已关闭本页面的评论功能