zacksmash / breeze-ui
Breeze-driven Laravel UI replacement
Installs: 22
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 0
Open Issues: 0
Language:Blade
Requires
- illuminate/contracts: ^8.0||^9.0
- laravel/breeze: ^1.8
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.6
- orchestra/testbench: ^7.0
- phpunit/phpunit: ^9.5
- vimeo/psalm: ^4.20
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.