Breeze
Breeze stats
- Downloads
- 7.1M
- Stars
- 2,388
- Open Issues
- 1
- Forks
- 406
Minimal Laravel authentication scaffolding with Blade and Tailwind.
Laravel Breeze Package Summary
Laravel Breeze is a lightweight, minimalistic starter kit for Laravel applications focusing on authentication. It provides a straightforward way to scaffold your application using Blade and Tailwind CSS for styling. The package is ideal for developers seeking a simple solution without the additional complexity of more extensive starter kits like Laravel Jetstream.
Key Features
- Simple Authentication System: Includes basic authentication features such as login, registration, password reset, and email verification.
- Tailwind CSS Styling: Utilizes Tailwind CSS for styling, offering a modern and responsive design out of the box.
- Blade Templating: Leverages Laravel's native Blade templating engine for a seamless development experience.
- Customizable: Publishes authentication controllers and views directly to your application, making it easy to modify and extend as needed.
Installation and Usage
To get started with Laravel Breeze, you can install the package via Composer:
composer require laravel/breeze --dev
After installation, use the Breeze's install command to publish authentication views and controllers:
php artisan breeze:install
Run migrations and you're all set:
php artisan migrate
Documentation
Further documentation is available on the Laravel website, providing detailed instructions and additional configuration options.
Community and Contributions
Contributions to Laravel Breeze are welcomed. Developers interested in contributing can review the contribution guidelines on the GitHub repository. Breeze also adheres to a Code of Conduct aligned with the broader Laravel community standards.
Security and Licensing
For security vulnerability reporting instructions, check the security policy. Laravel Breeze is released under the MIT license, making it free to use and distribute.
This package is perfect for developers looking for an uncomplicated yet robust starting point for implementing authentication in their Laravel applications.