kevinpapst/tabler-bundle-demo

Demo application to showcase the Tabler Bundle

Installs: 88

Dependents: 0

Suggesters: 0

Security: 0

Stars: 11

Watchers: 4

Forks: 3

Open Issues: 1

Language:Twig

Type:project


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

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.