lucky-media/breeze-react

This package is abandoned and no longer maintained. No replacement package was suggested.

Minimal Laravel authentication scaffolding with Inertia React and Tailwind.

Installs: 161

Dependents: 0

Suggesters: 0

Security: 0

Stars: 12

Watchers: 0

Forks: 0

Open Issues: 0

Language:JavaScript

1.0.2 2021-04-29 15:20 UTC

This package is auto-updated.

Last update: 2021-06-20 14:26:48 UTC


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.