-
Install the project dependencies using
composer install
command -
Run
php artisan migrate
for table population -
Field
ADMIN_PASSPHRASE
inside.env
file, is required to set up your admin passphrase -
For running unit tests in your env file switch the
DB_DATABASE
field to your dedicated testing database before running the tests
-
In case you want to use docker you can simply use
vendor/bin/sail up
-
Run
vendor/bin/sail artisan migrate
to run migrations