lucky-media / breeze-react
Minimal Laravel authentication scaffolding with Inertia React and Tailwind.
Installs: 166
Dependents: 0
Suggesters: 0
Security: 0
Stars: 12
Watchers: 0
Forks: 0
Open Issues: 0
Language:JavaScript
Requires
- php: ^7.3|^8.0
- illuminate/filesystem: ^8.40
- illuminate/support: ^8.40
- illuminate/validation: ^8.40
README
This is now officially supported by Laravel Breeze
Introduction
Breeze provides a minimal and simple starting point for building a Laravel application with authentication. Styled with Tailwind, Breeze publishes authentication controllers and views to your application that can be easily customized based on your own application's needs.
This package installs only the Inertia version with React as a frontend library.
Getting started couldn't be easier:
laravel new my-app
cd my-app
composer require lucky-media/breeze-react --dev
php artisan breeze:install
After the breeze scaffolding has finished, run the following commands:
npm install && npm run dev
Links
Here is a short tutorial on our blog.
Contributing
Feel free to PR any idea that you think will be useful.
License
Breeze React is open-sourced software licensed under the MIT license.