What's inside?
The Starter Kit reduces the boilerplate code you have to write to hook up you Laravel 8 backend to your Next.js 10 frontend and does some heavy lifting for you so you can focus on the important parts of your projects.
The Starter Kit includes:
- Hooking up backend and frontend (CORS, settings, default base URLs etc.)
- Laravel Sanctum for authentication api routes on the backend
- Full authentication functionality on the frontend (registration, login, email verification, password reset)
- Protected frontend routes without page flashing
- Redux
- Google Tag Manager support
- Some default React components that can be reused across the frontend
- Tailwind CSS
- Flexible customisation options via .env files
- User roles
- TypeScript support