Skip to content

FAQ

Must Read

Environmental issues

Instructions for use

Reset Admin Password

  • Enter the Fresns root directory in the terminal and execute the following command to reset the system administrator password.
sh
php artisan fresns:reset-password

Viewing the Login Path for the Admin Panel

  • Enter the Fresns root directory in the terminal and execute the following command to view the panel information.
sh
php artisan fresns:panel

Terminal Cache Clear

  • If you are unable to manage the cache through the administrator panel, you can clear the cache by executing the following commands in the terminal.
sh
php artisan cache:clear     # Clear data cache

php artisan config:clear    # Clear framework configuration cache
php artisan route:clear     # Clear route cache

php artisan config:cache    # Clear and regenerate framework configuration cache
php artisan route:cache     # Clear and regenerate route cache

Released under the Apache-2.0 License