/breeze-demo

Demo breeze application using modules using Blade and Alpine version

Primary LanguagePHP

Laravel Breeze Modules Demo

This is a demo project to show how to use Laravel Breeze with modules.

See https://laravelmodules.com/ for more information on Laravel Modules.

Installation

  1. Clone the repository
git@github.com:laravel-modules-com/breeze-demo.git
  1. Install composer dependencies
composer install
  1. 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