Introduction#
The Leapt Core bundle is a bundle used to help with some repetitive tasks, including (but not limited to):
- Data lists with search
- File and image uploads
- Form types
- Honeypot for forms
- Navigation helper
- Paginator
- RSS feed generation
- SEO-related tasks (sitemaps, etc)
- Twig extensions
- Utilities
- Validators: PasswordStrength, Recaptcha, Slug
If you find a bug or want to add a functionality, please create an issue or a pull request on Github!
Examples#
Grid layout example | Tiled layout example |
---|---|
Paginator example | Form types example |
---|---|
Installation#
This bundle requires PHP 8.2+.
As the bundle is compatible with Symfony 6.4/7.0+ and Symfony Flex, the only thing you have to do is requiring the package with composer:
composer require leapt/core-bundle
The bundle will automatically be registered in the bundles.php
file.
License#
leapt/core-bundle is released under the MIT License. See the bundled LICENSE file for details.
History#
This bundle is a fork of the Snowcap Core bundle.