/AdminLTEBundle-Demo

Demo application using the AdminLTE bundle for Symfony 4

Primary LanguagePHPMIT LicenseMIT

AdminLTE-Bundle Demo

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

Two steps:

git clone https://github.com/kevinpapst/AdminLTEBundle-Demo.git

and then install all composer dependencies:

cd AdminLTEBundle-Demo
composer install

Now spin up the PHP built-in webserver:

bin/console server:run

and see it running at http://127.0.0.1:8000

Frontend assets

If you want to re-compile the frontend assets execute:

yarn install
npm run build

Testing different languages

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!