常见问题
- 以下内容为【常见问题】解决方案导览列表。
必看
环境问题
使用说明
重置管理员密码
- 在终端中进入 Fresns 根目录,执行以下指令重置系统管理员密码
sh
php artisan fresns:reset-password
查看管理面板登录入口
- 在终端中进入 Fresns 根目录,执行以下指令查看面板信息
sh
php artisan fresns:panel
终端清理缓存
- 如果无法登录后台处理缓存,可以在终端中执行以下命令清理缓存。
sh
php artisan cache:clear #清除数据缓存
php artisan config:clear #清除框架配置缓存
php artisan route:clear #清除路由缓存
php artisan config:cache #清除并重新生成框架配置缓存
php artisan route:cache #清除并重新生成路由缓存