zacksmash/breeze-ui

Breeze-driven Laravel UI replacement

v1.0.0 2022-05-27 15:01 UTC

This package is auto-updated.

Last update: 2024-04-27 19:05:25 UTC


README

BreezeUI is an unopinionated authentication starter, powered by Laravel Breeze. It is completely unstyled -- on purpose -- and only includes a minimal amount of markup to get your project running quickly.

Installation

To get started, you'll need to require the package in your project

composer require zacksmash/breeze-ui

Next, you'll need to run the install command:

php artisan breeze:ui

This command will publish BreezeUI's views and resources to your project.

License

BreezeUI is open-sourced software licensed under the MIT license.