Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 525 Bytes

File metadata and controls

16 lines (14 loc) · 525 Bytes

Installation process

  • Clone the repository with git clone
  • Copy .env.example file to .env and edit database credentials there
  • Run composer install
  • Run php artisan key:generate
  • Run __php artisan migrate
  • Run __php artisan db:seed (it has some roles data)
  • Run __php artisan queue:listen (To run jobs for email)
  • That's it: launch the main URL.
  • You can go to listing page by going go on /list URL

Requirement

  • For Laravel Framework 10.15.0
  • PHP Version 8.1
  • MYSQL Version 8.0.31