Laravel Breeze now ships with an option to only scaffold the API routes needed on the backend for authentication. Everything front-end related is no longer generated. The Laravel team also released a Next.js demo app to show how to make use of these endpoints from within a separate front-end project. In this Larabit, we take a look at how to combine the two.
Laravel Breeze APINext.js Demo App
