- 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
/listURL
- For Laravel Framework 10.15.0
- PHP Version 8.1
- MYSQL Version 8.0.31