Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lucky-media/breeze-react
Laravel Breeze setup for React
https://github.com/lucky-media/breeze-react
Last synced: 3 months ago
JSON representation
Laravel Breeze setup for React
- Host: GitHub
- URL: https://github.com/lucky-media/breeze-react
- Owner: lucky-media
- License: mit
- Archived: true
- Created: 2021-04-27T14:51:04.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-05-20T14:23:32.000Z (over 3 years ago)
- Last Synced: 2024-07-26T23:45:12.070Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 43.9 KB
- Stars: 17
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-inertiajs - Breeze React - Laravel Breeze fork with Tailwind CSS, Inertia.js and React. (Resources / Presets)
README
This is now officially supported by [Laravel Breeze](https://laravel.com/docs/8.x/starter-kits#breeze-and-inertia)
## 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:
```bash
laravel new my-appcd my-app
composer require lucky-media/breeze-react --dev
php artisan breeze:install
```After the breeze scaffolding has finished, run the following commands:
```bash
npm install && npm run dev
```## Links
Here is a short tutorial on [our blog](https://www.luckymedia.dev/blog/laravel-breeze-with-inertia-and-react).## 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](LICENSE.md).