From ebf9dbbd533e333a7077f96c5d637260334b7672 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Sz=C5=91gy=C3=A9nyi?= Date: Wed, 22 Feb 2023 11:21:32 +0200 Subject: [PATCH] Add new integration guide category and resource --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index f7fb9fe..d5301f5 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ Table of contents: * [Distributions](#distributions) * [Ecommerce](#ecommerce) * [Forms](#forms) +* [Integration guides](#integration-guides) * [Internationalization](#internationalization) * [Miscellaneous](#miscellaneous) * [Monitoring](#monitoring) @@ -111,6 +112,10 @@ Table of contents: * [KarserRecaptcha3Bundle](https://github.com/karser/KarserRecaptcha3Bundle) - Integrates Google ReCAPTCHA v3 into Symfony. * [LexikFormFilterBundle](https://github.com/lexik/LexikFormFilterBundle) - Lexik Form Filter bundle. +## Integration guides + +* [Symfony + Flowbite/Tailwind CSS](https://flowbite.com/docs/getting-started/symfony/) - Learn how to install and set up Tailwind CSS and Flowbite in Symfony. + ## Internationalization * [BazingaJsTranslationBundle](https://github.com/willdurand/BazingaJsTranslationBundle) - A pretty nice way to expose your Symfony2 translation messages to your client applications.