From 2bc8bff74ea8170cf24a2e909396718fadfc9f0c Mon Sep 17 00:00:00 2001 From: ossi-d <85983380+ossi-d@users.noreply.github.com> Date: Wed, 6 Apr 2022 11:16:17 +0200 Subject: [PATCH] Added Laravel Livewire to Framework Extras (#1188) * Added Laravel Livewire to Framework Extras * Added Laminas Db to Database * Remove Laminas Db from Database --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index af1c1fb..f845b82 100644 --- a/README.md +++ b/README.md @@ -138,6 +138,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT * [Knp RAD Components](https://rad.knplabs.com/) - A set of Rapid Application Development (RAD) components for Symfony. * [LaravelS](https://github.com/hhxsv5/laravel-s) - Glue for using Swoole in Laravel or Lumen. * [Symfony CMF](https://github.com/symfony-cmf/symfony-cmf) - A Content Management Framework to create custom CMS. +* [Livewire](https://laravel-livewire.com/) - A full-stack framework for Laravel that takes the pain out of building dynamic UIs. ### Content Management Systems (CMS) *Tools for managing digital content.*