kevinpapst/adminlte-bundle-demo

Demo application for showcasing the AdminLTEBundle

Maintainers

👁 kevinpapst

Package info

github.com/kevinpapst/AdminLTEBundle-Demo

Type:project

pkg:composer/kevinpapst/adminlte-bundle-demo

Fund package maintenance!

kevinpapst

paypal.me/kevinpapst

Statistics

Installs: 1 539

Dependents: 0

Suggesters: 0

Stars: 19

Open Issues: 4

3.3 2021-02-20 16:35 UTC

Suggests

None

Provides

None

Conflicts

MIT e253406f65d208de36bbf4c318ca25f99ac13d3a

This package is auto-updated.

Last update: 2026-06-21 03:29:05 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 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 time-tracking application Kimai.