Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new integration guide category and resource #128

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Table of contents:
* [Distributions](#distributions)
* [Ecommerce](#ecommerce)
* [Forms](#forms)
* [Integration guides](#integration-guides)
* [Internationalization](#internationalization)
* [Miscellaneous](#miscellaneous)
* [Monitoring](#monitoring)
Expand Down Expand Up @@ -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.
Expand Down