- PHP 8.1^
- node v17.7.1
- npm 8.5.2
- Composer version 2.3.10 2022-07-13 15:48:23
- mysql Ver 15.1 Distrib 10.5.15-MariaDB, for debian-linux-gnu (x86_64) using EditLine wrapper
- clone repository
- run
composer install - run
npm install - check for
.envif not rename.env.example - setup db config in
.env - run
php artisan key:generate - run
php artisan migrate - rub
php artisab db:seed
php artisan servecreate local servernpm run dev(optional) runs webpack compiler
| Role | Username | password |
|---|---|---|
| Administrator | admin@system.com | password |
| User | user@system.com | password |
- When administrator adds users the default password is
password - When using the Registration page
/registerthe defaultRoleisAdministrator