kevinpapst / tabler-bundle-demo
Demo application to showcase the Tabler Bundle
Installs: 130
Dependents: 0
Suggesters: 0
Security: 0
Stars: 11
Watchers: 4
Forks: 5
Open Issues: 1
Language:Twig
Type:project
Requires
- php: 8.1.*||8.2.*
- composer/package-versions-deprecated: ^1.11.99
- erusev/parsedown: ^1.7
- kevinpapst/tabler-bundle: dev-main
- knplabs/knp-menu-bundle: ^3.0
- symfony/asset: ^6.0
- symfony/console: ^6.0
- symfony/dotenv: ^6.0
- symfony/flex: ^1.0
- symfony/form: ^6.0
- symfony/framework-bundle: ^6.0
- symfony/intl: ^6.0
- symfony/runtime: 5.*
- symfony/security-bundle: ^6.0
- symfony/stopwatch: ^6.0
- symfony/translation: ^6.0
- symfony/twig-bundle: ^6.0
- symfony/validator: ^6.0
- symfony/webpack-encore-bundle: ^1.9
- symfony/yaml: ^6.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.0
- phpstan/phpstan: ^1.2
- symfony/debug-bundle: ^6.0
- symfony/web-profiler-bundle: ^6.0
Conflicts
Replaces
- symfony/polyfill-ctype: *
- symfony/polyfill-iconv: *
- symfony/polyfill-intl: *
- symfony/polyfill-mbstring: *
- symfony/polyfill-php54: *
- symfony/polyfill-php55: *
- symfony/polyfill-php56: *
- symfony/polyfill-php70: *
- symfony/polyfill-php71: *
- symfony/polyfill-php72: *
- symfony/polyfill-php73: *
- symfony/polyfill-php74: *
- symfony/polyfill-php80: *
- symfony/polyfill-php81: *
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 fromlocale: 'en'
to something likelocale: 'ar'
.
Real world examples
If you want to see the theme in action (in a real world application), checkout my time-tracking application Kimai.