kevinpapst / adminlte-bundle-demo
Demo application for showcasing the AdminLTEBundle
Fund package maintenance!
kevinpapst
paypal.me/kevinpapst
Installs: 1 535
Dependents: 0
Suggesters: 0
Security: 0
Stars: 19
Watchers: 9
Forks: 16
Open Issues: 4
Type:project
Requires
- php: ^7.2
- ext-ctype: *
- ext-iconv: *
- composer/package-versions-deprecated: 1.11.99.1
- doctrine/common: ^2
- doctrine/doctrine-bundle: ^2.0
- doctrine/orm: ^2
- kevinpapst/adminlte-bundle: ^3.3
- kimai/user-bundle: ^1.1
- knplabs/knp-menu-bundle: ^2.2
- sensio/framework-extra-bundle: ^5.2
- symfony/asset: ^4.4
- symfony/console: ^4.4
- symfony/dotenv: ^4.4
- symfony/flex: ^1.0
- symfony/form: ^4.4
- symfony/framework-bundle: ^4.4
- symfony/security-bundle: ^4.4
- symfony/stopwatch: 4.4.*
- symfony/swiftmailer-bundle: ^3.2
- symfony/translation: ^4.4
- symfony/twig-bundle: ^4.4
- symfony/webpack-encore-bundle: ^1.9
- symfony/yaml: ^4.4
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.10
- symfony/debug-bundle: ^4.4
- symfony/web-profiler-bundle: ^4.4
Conflicts
This package is auto-updated.
Last update: 2024-10-21 00:03:29 UTC
README
This repository contains an example Symfony 4 application for the AdminLTE-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.
Installation
Simple as that:
composer create-project kevinpapst/adminlte-bundle-demo
Use the Symfony binary to quickly start up a development server:
cd adminlte-bundle-demo
SHELL_VERBOSITY=2 symfony serve
Frontend assets
If you want to re-compile the frontend assets execute:
yarn install
yarn run build
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.