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.
Simple as that:
composer create-project kevinpapst/tabler-bundle-demo
Use the Symfony binary to quickly start up a development server:
cd tabler-bundle-demo
symfony serve
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!
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 fromlocale: 'en'
to something likelocale: 'ar'
.
If you want to see the theme in action (in a real world application), checkout my time-tracking application Kimai.