- Composer
- Dbeaver or some other database management tool
- node.js
To install this project do the following steps:
- Open the project folder and run composer install --ignore-platform-reqs
- Then run "php artisan migrate". If this command doesn't automatically create the database with name given in .env then manually create the database.
- php artisan serve.
- Connect to the database with dbeaver or some other database tool, in the roles table add a new row with name="user".