Skip to content

Commit 76ec01d

Browse files
Livewire Best Practices (ReadMe Update) (livewire#4922)
* Add Livewire Best Practices to ReadMe * add "from the community" heading * add "contributors" section * remove broken badge "all contributors" * add livewire logo instead * add dividers for better readability * swap sections * add description * add badges * remove redundant dividers * convert heres to markdown links
1 parent de7a9de commit 76ec01d

File tree

1 file changed

+17
-6
lines changed

1 file changed

+17
-6
lines changed

README.md

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,37 @@
1-
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
2-
[![All Contributors](https://img.shields.io/badge/all_contributors-70-orange.svg?style=flat-square)](#contributors-)
3-
<!-- ALL-CONTRIBUTORS-BADGE:END -->
4-
1+
![Laravel Livewire](https://avatars.githubusercontent.com/u/51960834?s=100)
52
# Laravel Livewire
3+
[![Packagist Version](https://img.shields.io/packagist/v/livewire/livewire)](https://packagist.org/packages/livewire/livewire)
4+
[![Total Downloads](https://img.shields.io/packagist/dt/livewire/livewire)](https://packagist.org/packages/livewire/livewire)
5+
[![License](https://img.shields.io/packagist/l/livewire/livewire)](https://packagist.org/packages/livewire/livewire)
6+
[![Tests](https://github.com/livewire/livewire/actions/workflows/test.yml/badge.svg)](https://github.com/livewire/livewire/actions/workflows/test.yml)
67

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.
89

9-
Awesome Livewire stuff here: https://github.com/imliam/awesome-livewire
10+
---
11+
See the docs for everything: https://laravel-livewire.com/docs/quickstart
1012

1113
All contributions are welcomed! (but please start a discussion to make sure the PR is warranted first)
1214

1315
Ideas, questions and bugs belong in [Discussions](https://github.com/livewire/livewire/discussions) or [Discord server](https://discord.gg/livewire).
1416

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

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+
1725
## Roadmap
1826
* Add `wire:append` for appending DOM changes rather than replacing them
1927
* Refine the "asset_url" config. Potentially change to "app_url" (https://github.com/livewire/livewire/pull/1693)
2028
* Support multiple pagination (https://github.com/livewire/livewire/pull/1997)
2129
* A CSP-safe mode for Livewire (https://github.com/livewire/livewire/pull/2485#issuecomment-784355989)
2230
* Add `$wire.errors()` type deal
2331

32+
## Contributors
33+
[![GitHub Contributors Image](https://contrib.rocks/image?repo=livewire/livewire)](https://github.com/livewire/livewire/graphs/contributors)
34+
2435
## License
2536

2637
Copyright © Caleb Porzio

0 commit comments

Comments
 (0)