VasilSlavchev / 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 start a discussion to make sure the PR is warranted first)

Ideas, questions and bugs belong in Discussions or Discord server.

Contribute to the docs here: https://github.com/livewire/docs

Roadmap

  • 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)
  • A CSP-safe mode for Livewire (livewire#2485 (comment))
  • Add $wire.errors() type deal

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 49.7%Language:PHP 42.7%Language:JavaScript 7.6%