This boilerplate is a Laravel App that has got the GetCandy API and Sanctum preconfigured out the box.
Copy env.example to .env
Install dependencies
composer installRun the installer
php artisan candy:installBoot up the API
php artisan serve --host=localhost- Sanctum configured out the box
- Initial
loginandlogoutroutes added to authenticate users - CORS set up
- Ready to be used with the hub