To begin, clone the repo and then run composer install.
Copy .env.example to .env and edit the DINGO/API section as needed ensuring API_DOMAIN matches the name of your domain.
Homestead has been added as default, but you can use your own choice.
vendor/bin/homestead make
- Edit Homestead.yaml file as needed
vagrant up
php artisan migrate
php artisan db:seed
php artisan jwt:secret
If you see anything which can be added, improved upon or any bug fixes then please feel free to send a pull request.