composer update- Set up your
.envfile andphp artisan key:generate php artisan migrate --seed
- Login:
admin@admin.admin - Pass:
123456
- Login:
user@user.user - Pass:
123456
- In the project derectory you may find a test excel sheet
test.xlsxfor import.
The Passport service provider registers its own database migration directory. Make sure to php artisan migrate and php artisan passport:install
After /api/login you receive the token for API operations (api:auth)
- Default routes (resource)
/api/projects!! Auth middleware is disabled !!