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.
Two steps:
git clone https://github.com/kevinpapst/AdminLTEBundle-Demo.gitand then install all composer dependencies:
cd AdminLTEBundle-Demo
composer installNow spin up the PHP built-in webserver:
bin/console server:runand see it running at http://127.0.0.1:8000
If you want to re-compile the frontend assets execute:
yarn install
npm run build
To change the language, you need to edit the file config/services.yaml and change from locale: 'en' to something like locale: 'ar'.
Be aware that ONLY the Admin theme translation will change (like the login screen and toolbar dropdowns), the demo itself is not translated!