This is a demo project to show how to use Laravel Breeze with modules.
See https://laravelmodules.com/ for more information on Laravel Modules.
- Clone the repository
git@github.com:laravel-modules-com/breeze-demo.git
- Install composer dependencies
composer install
- Install npm dependencies
npm install && npm run build
This demo comes with 3 modules:
- Auth = contains the authentication views and routes
- Base = contains the base views / layouts and components and routes
- Profile = contains the profile views and routes