Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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-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:

```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).