Skip to content

Demo application for the TablerBundle theme bundle for Symfony

License

Notifications You must be signed in to change notification settings

kevinpapst/TablerBundle-Demo

Repository files navigation

Tabler-Bundle Demo

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 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 (currently in preparation for the next major release in only in branch v2).

About

Demo application for the TablerBundle theme bundle for Symfony

Resources

License

Stars

Watchers

Forks

Packages

No packages published