https://github.com/redgluten/livewire
https://github.com/redgluten/livewire
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/redgluten/livewire
- Owner: redgluten
- License: mit
- Created: 2020-09-12T16:24:53.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-12T16:30:08.000Z (over 4 years ago)
- Last Synced: 2025-02-10T16:52:10.439Z (3 months ago)
- Language: PHP
- Size: 6.56 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
[](#contributors-)
# Laravel Livewire
See the docs for everything: https://laravel-livewire.com/docs/quickstart
Awesome Livewire stuff here: https://github.com/imliam/awesome-livewire
All contributions are welcomed! (but please submit an issue to make sure the PR is warranted first)
Open GitHub issues for all bugs. Ideas and questions belong on the [forum](https://forum.laravel-livewire.com) or [Discord server](https://discord.gg/H884eyt).
Contribute to the docs here: https://github.com/livewire/docs
## Release Schedule
Livewire uses semantic versioning and will use the following release schedule strategy:
* Urgent bug fix? Release as "patch" version bump right away
* Patch? Group of small enhancements and bugfixes to be released every ~2 weeks-ish
* Minor? New features or significant API additions
* Major? Breaking changes and big strategy changes> Important Note: All "major" versions will be tagged alongside Laravel's major version release schedule (every 6 months). That does not mean Livewire will release a major version every 6 months, just that when it DOES release a major version, it will coincide with a Laravel release.
## Roadmap
* Scope loading targets to actions WITH parameters: ``
* Add `wire:append` for appending DOM changes rather than replacing them## Contributors β¨
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
Caleb Porzio
π» β οΈ
Lance Pioch
π» π§
Tonko Mulder
π
David Piesse
π» π β οΈ
Melek REBAI
π» π§
Nuno Maduro
π»
Logan Henson
π»
Joris Kuijpers
π»
AndrΓ©as Lundgren
π»
Gal JakiΔ
β οΈ π§
Justin Seliga
π»
Francis Lavoie
π»
P. D. Devins
π»
Mateus Junges
π»
Mark Salmon
π»
Brian Faust
π» β οΈ π§
Intellow
π» π§ π΅
Ahmet Bedir
π»
Jesse Leite
π
Till KrΓΌss
π§ π»
Tom Westrick
π»
Gustavo Real
π»
Lasse Mettovaara
π§
Lucas Michot
π§ π»
Wisdom Anthony Ebong
π»
Frank Lakatos
π§ π»
Roy Verrips
π§
The Defenestrator
π»
Angus Allman
π§
Chrysanthos
π»
ALMAS
π»
Austen Cameron
π»
Cihan Tas
π»
Ilya Sakovich
π§ π»
Chin Leung
π»
Ricardo Gobbo de Souza
π»
lucasromanojf
π»
Taylor Otwell
π΅ π»
Mo Khosh
π»
duccm
π»
Lars Erik LΓΈvhaug
π§
Harry Gulliford
π§
Dries Vints
π»
Tor Morten Jensen
π»
Kevin Dion
π§
Adrian NΓΌrnberger
π§ π» β οΈ
Stefan Bauer
π»
Benjamin BeganoviΔ
π§
Ruud Schuurmans
π§
John Gile
π» β οΈ π§
Jason Beggs
π§
Ramesh Mhetre
π»
Manojkiran Appathurai
π»
Steve Bauman
π§
Tim
π§
CS Rhymes
π§ π»
Niels Peen
π»
Wojtek Mieszczak
π§
Imran Bajerai
π»
Tom Janssen
π»
Dan Harrin
π»
Michael BΓΈcker-Larsen
π§
Davide Perfetto
π»
Dennis van Dalen
π»
Cao Minh Duc
π§
Ahmed Mohamed Abd El Ftah
π»
Eric Chow
π»
Muzaffer Dede
π»
Brent Vardy
β οΈ
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
## License
Copyright Β© Caleb Porzio
Laravel Livewire is open-sourced software licensed under the [MIT license](LICENSE.md).