Tabler.io bundle for Symfony 6 - admin theme for easy integration, coming with Bootstrap 5.3, Webpack-Encore integration and many more features...
The Tabler Bundle for Symfony is a repository that contains a Symfony bundle, which integrates the Tabler.io HTML Template into a Symfony project. It includes numerous Twig helpers such as functions, filters, embeds, macros, and includes, which facilitate development and simplify future upgrades. The bundle has minimal requirements of Symfony version 4.4 and PHP version 7.4. It is fully responsive and compatible with all modern browsers, making it easy to create a functional and user-friendly interface for users.
Step 1: Download the Bundle Open a command console, navigate to your project directory, and execute the following command to download the latest stable version of the bundle:
composer require tabler/tabler-bundle
Step 2: Configure the Bundle Copy the default config file to your config/packages/ directory:
cp vendor/tabler/tabler-bundle/config/tabler.yml config/packages/tabler.yml
Step 3: Enable the Bundle Add the bundle to the list of registered bundles in the config/bundles.php file of your project:
Tabler\Bundle\TablerBundle\TablerBundle::class => ['all' => true],
Step 4: Documentation Refer to the documentation in the docs/ directory for further instructions on using the theme.
The Tabler Bundle for Symfony is a useful tool for integrating the Tabler.io HTML Template into Symfony projects. With its extensive features and easy installation process, developers can create responsive and user-friendly interfaces. The bundle also provides various layouts, Twig helpers, and translations, making development faster and more efficient. Overall, the Tabler Bundle for Symfony streamlines the development process and enhances the design of Symfony applications.