Skip to content

presteus/AdminLTEBundle-Demo

 
 

Repository files navigation

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

Simple as that:

composer create-project kevinpapst/adminlte-bundle-demo

Now spin up the PHP built-in webserver and enjoy the demo:

cd adminlte-bundle-demo
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

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 from locale: 'en' to something like locale: 'ar'.

Real world examples

If you want to see the theme in action (in a real world application), checkout my Symfony 4 based time-tracking application Kimai 2 at: https://github.com/kevinpapst/kimai2

About

Demo application using the AdminLTE bundle for Symfony 4

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 64.2%
  • HTML 32.6%
  • JavaScript 3.2%