|
1 | | -<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section --> |
2 | | -[](#contributors-) |
3 | | -<!-- ALL-CONTRIBUTORS-BADGE:END --> |
4 | | - |
| 1 | + |
5 | 2 | # Laravel Livewire |
| 3 | +[](https://packagist.org/packages/livewire/livewire) |
| 4 | +[](https://packagist.org/packages/livewire/livewire) |
| 5 | +[](https://packagist.org/packages/livewire/livewire) |
| 6 | +[](https://github.com/livewire/livewire/actions/workflows/test.yml) |
6 | 7 |
|
7 | | -See the docs for everything: https://laravel-livewire.com/docs/quickstart |
| 8 | +Livewire is a full-stack framework for Laravel that makes building dynamic interfaces simple, without leaving the comfort of Laravel. |
8 | 9 |
|
9 | | -Awesome Livewire stuff here: https://github.com/imliam/awesome-livewire |
| 10 | +--- |
| 11 | +See the docs for everything: https://laravel-livewire.com/docs/quickstart |
10 | 12 |
|
11 | 13 | All contributions are welcomed! (but please start a discussion to make sure the PR is warranted first) |
12 | 14 |
|
13 | 15 | Ideas, questions and bugs belong in [Discussions](https://github.com/livewire/livewire/discussions) or [Discord server](https://discord.gg/livewire). |
14 | 16 |
|
15 | 17 | Contribute to the docs here: https://github.com/livewire/docs |
16 | 18 |
|
| 19 | +## From the community |
| 20 | + |
| 21 | +- [Awesome Livewire](https://github.com/imliam/awesome-livewire) |
| 22 | + |
| 23 | +- [Livewire Best Practices](https://github.com/michael-rubel/livewire-best-practices) |
| 24 | + |
17 | 25 | ## Roadmap |
18 | 26 | * Add `wire:append` for appending DOM changes rather than replacing them |
19 | 27 | * Refine the "asset_url" config. Potentially change to "app_url" (https://github.com/livewire/livewire/pull/1693) |
20 | 28 | * Support multiple pagination (https://github.com/livewire/livewire/pull/1997) |
21 | 29 | * A CSP-safe mode for Livewire (https://github.com/livewire/livewire/pull/2485#issuecomment-784355989) |
22 | 30 | * Add `$wire.errors()` type deal |
23 | 31 |
|
| 32 | +## Contributors |
| 33 | +[](https://github.com/livewire/livewire/graphs/contributors) |
| 34 | + |
24 | 35 | ## License |
25 | 36 |
|
26 | 37 | Copyright © Caleb Porzio |
|
0 commit comments