Skip to content
This repository was archived by the owner on Sep 24, 2025. It is now read-only.

GeraldGat/PasswordTool

Repository files navigation

  1. Clone the repository using git clone https://github.com/GeraldGat/PasswordTool
  2. Install the dependencies using composer install and npm install
  3. Create a .env file based on the .env.example
  4. Generate the key using php artisan key:generate
  5. Configure the DB_DATABASE, DB_USERNAME, DB_PASSWORD and the MAIL_XXX in the .env
  6. Generate the database with php artisan migrate --seed
  7. Generate the assets using npm run production
  8. Create an admin user using php artisan user:admin:create {email} {password} {confirmPassword}
  9. You can now start the server and login using the previously created user

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published