Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kevinpapst/TablerBundle
Tabler.io bundle for Symfony 6 - admin theme for easy integration, coming with Bootstrap 5.3, Webpack-Encore integration and many more features...
https://github.com/kevinpapst/TablerBundle
admin-template bootstrap5 php symfony symfony-bundle symfony-component symfony6 tabler tabler-io tabler-ui tablerui theme webpack-encore
Last synced: 3 months ago
JSON representation
Tabler.io bundle for Symfony 6 - admin theme for easy integration, coming with Bootstrap 5.3, Webpack-Encore integration and many more features...
- Host: GitHub
- URL: https://github.com/kevinpapst/TablerBundle
- Owner: kevinpapst
- License: mit
- Created: 2021-10-18T11:43:03.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-20T15:24:16.000Z (4 months ago)
- Last Synced: 2024-07-20T16:39:50.498Z (4 months ago)
- Topics: admin-template, bootstrap5, php, symfony, symfony-bundle, symfony-component, symfony6, tabler, tabler-io, tabler-ui, tablerui, theme, webpack-encore
- Language: Twig
- Homepage:
- Size: 3.42 MB
- Stars: 87
- Watchers: 7
- Forks: 18
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-symfony - TablerBundle - Admin theme based on the Tabler Template. It ships with many twig helpers (functions, filter, embeds, macros and includes). (Administration)
README
# Tabler Bundle for Symfony
This repository contains a Symfony bundle, integrating the fantastic [Tabler.io](https://tabler.io) HTML Template into your Symfony project.
It ships with many twig helper (functions, filter, embeds, macros and includes) to speed up your development and simplify future upgrades!It requires Symfony >= 6.0 and PHP >= 8.1 :rocket: Read the [documentation](docs/index.md) to find out more :+1:
## Preview
Tabler is fully responsive and compatible with all modern browsers. Thanks to its modern, user-friendly design you can create a fully functional interface that users will love!
Choose the layouts and components you need and customize them to make your design consistent and eye-catching.
Every component has been created with attention to detail to make your interface beautiful!
[Show me the demo](https://preview.tabler.io).## Features
- Two main layouts for your backend/admin application: a vertical and horizontal one
- Security layouts for login, forgot password, register account
- Many includes, embeds and macros to help speed up the development### Demo application
There is even a demo application, that showcases most of the components and can serve as a starting point for new projects :smile:
You can check it out here at Github in the [TablerBundle-Demo](https://github.com/kevinpapst/TablerBundle-Demo) repository.
### Technical details- Webpack-Encore support for building assets
- Event-driven handling of menu entries, tasks and notifications
- ContextHelper for dynamic layout changes (e.g. based on user preferences)
- Translations for: english, german, italian, czech, spanish, russian, arabic, finnish, japanese, swedish, portuguese (brazilian), dutch, french, turkish, danish, chinese, slovakian, basque, polish, esperanto, hebrew, romanian ([please help translating it to more languages](https://hosted.weblate.org/projects/kimai/theme/))
- Based on Bootstrap 5
- Supports FontAwesome 5## Installation
### Step 1: Download the Bundle
Open a command console, enter your project directory and execute the
following command to download the latest stable version of this bundle:```console
composer require kevinpapst/tabler-bundle
```### Step 2: Configure the Bundle
Copy the default config to your `config/packages/` directory:
```bash
cp vendor/kevinpapst/tabler-bundle/config/packages/tabler.yaml config/packages/
```### Step 3: Enable the Bundle
Enable the bundle by adding it to the list of registered bundles
in the `config/bundles.php` file of your project:```php
// config/bundles.phpreturn [
// ...
KevinPapst\TablerBundle\TablerBundle::class => ['all' => true],
];
```### Step 4: Documentation
Now read what you should do in order to use the theme at [docs/](docs/index.md).
## License and contributors
Published under the MIT, read the [LICENSE](LICENSE) file for more information.
Translations managed with the fantastic [Weblate project](https://hosted.weblate.org/projects/kimai/theme/).