- Clone this repo.
- install composer package
- install npm package
- copy .env from .env.example
- generate app key. php artisan key:generate
- Pull on start ./vendor/bin/sail up -d
- Migrate database ./vendor/bin/sail artisan migrate --seed
- open the projects: https://localhost:8011
- open the mailpits: https://localhost:8026
-
Admin: username: admin password: admin
-
Superadmin: username: superadmin password: superadmin