TablerBundle screenshot

TablerBundle

Author Avatar Theme by Kevinpapst
Updated: 14 Jan 2026
128 Stars

Tabler.io bundle for Symfony 6 - admin theme for easy integration, coming with Bootstrap 5.3, Webpack-Encore integration and many more features...

Categories

Overview:

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.

Features:

  • Two main layouts for backend/admin application: vertical and horizontal.
  • Security layouts for login, forgot password, and register account.
  • Many includes, embeds, and macros to speed up development.
  • Demo application showcasing most components.
  • Webpack-Encore support for building assets.
  • Event-driven handling of menu entries, tasks, and notifications.
  • ContextHelper for dynamic layout changes based on user preferences.
  • Multiple translations available.
  • Based on Bootstrap 5.
  • Supports FontAwesome 5.

Installation:

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.

Summary:

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.