Skip to content

Introduction#

The Leapt Core bundle is a bundle used to help with some repetitive tasks, including (but not limited to):

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
Example of grid datalist layout Example of tiled datalist layout
Paginator example Form types example
Example of paginator Example of form types

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.