diogoko / livewire

A full-stack framework for Laravel that takes the pain out of building dynamic UIs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

All 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 or Discord server.

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: <div wire:loading wire:target="updateTodo({{ $todo->id }})">
  • Add wire:append for appending DOM changes rather than replacing them
  • Refine the "asset_url" config. Potentially change to "app_url" (livewire#1693)
  • Support multiple pagination (livewire#1997)

Contributors ✨

Thanks goes to these wonderful people (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

🚧

DavideMoney

πŸ’»

Dennis van Dalen

πŸ’»

Cao Minh Duc

🚧

Ahmed Mohamed Abd El Ftah

πŸ’»

Eric Chow

πŸ’»

Muzaffer Dede

πŸ’»

Brent Vardy

⚠️

Erik Westlund

πŸ’»

Zep Fietje

πŸ’» πŸ› πŸ“–

This project follows the all-contributors specification. Contributions of any kind welcome!

License

Copyright Β© Caleb Porzio

Laravel Livewire is open-sourced software licensed under the MIT license.

About

A full-stack framework for Laravel that takes the pain out of building dynamic UIs.

License:MIT License


Languages

Language:Blade 58.2%Language:PHP 33.5%Language:JavaScript 8.3%