kevinpapst/tabler-bundle-demo

Demo application to showcase the Tabler Bundle

Maintainers

👁 kevinpapst

Package info

github.com/kevinpapst/TablerBundle-Demo

Language:Twig

Type:project

pkg:composer/kevinpapst/tabler-bundle-demo

Statistics

Installs: 189

Dependents: 0

Suggesters: 0

Stars: 14

Open Issues: 3

1.0 2023-09-27 13:49 UTC

Suggests

None

Provides

None

Conflicts

MIT e80b5be00288760cd279da7a18a24f447631c256

This package is auto-updated.

Last update: 2026-06-20 11:21:11 UTC


README

This repository contains an example Symfony application for the Tabler-Bundle.

It serves as a living documentation for first time users and easier testing of theme features.

Please read the theme documentation for more information on how to use this theme.

Table of Contents

Installation

Simple as that:

composer create-project kevinpapst/tabler-bundle-demo

or

git clone git@github.com:kevinpapst/TablerBundle-Demo.git tabler-bundle-demo
composer install

Usage

Symfony binary

Use the Symfony binary to quickly start up a development server:

cd tabler-bundle-demo
symfony serve

Docker-compose

cd tabler-bundle-demo
docker-compose up -d
docker-compose exec apache bash
composer install

Go to your docker url (localhost for default config) at the port 80. e.g : localhost:80

NO SUPPORT FOR DOCKER WILL BE GIVEN!

Testing different languages

Be aware that ONLY the theme translations will change (like login screen and toolbar dropdowns), the demo itself is not translated!

  • Simple solution: This demo supports locales via URLs, use the dropdown in the pages head navigation.
  • Permanent solution: Edit the file config/services.yaml and change from locale: 'en' to something like locale: 'ar'.

Real world examples

If you want to see the theme in action (in a real world application), checkout my time-tracking application Kimai.