Almost every project needs some form of authentication. This project has authentication with Laravel for the backend and React for the frontend. When starting a new project that will be needing authentication, this project can be used as a starting point. Laravel does support scaffolding when using it's templating engine called blade, but it does not have a scaffolding option for working with frontend solutions like React that need authentication through an api token.
When starting a new project that will be needing authentication, this project can be used as a starting point. You can also use this project as an example ofcourse.