All Projects → kevinpapst → AdminLTEBundle-Demo

kevinpapst / AdminLTEBundle-Demo

Licence: MIT License
Demo application using the AdminLTE bundle for Symfony 4

Programming Languages

PHP
23972 projects - #3 most used programming language
Twig
543 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to AdminLTEBundle-Demo

food-ordering-demo
Demo application focusing on the Food Ordering domain - Used in our video series
Stars: ✭ 28 (+55.56%)
Mutual labels:  demo-app
blazor-adminlte
This project adapts ADMINLTE 3 so the components can be used from dotnet core Blazor / Server / Web Assembly
Stars: ✭ 182 (+911.11%)
Mutual labels:  adminlte
gofun-android
Motivates you to go home 🏡 and live your life
Stars: ✭ 22 (+22.22%)
Mutual labels:  demo-app
OnceBuilder
OnceBuilder - managment tool, mange projects, templates, plugins in one place.
Stars: ✭ 18 (+0%)
Mutual labels:  adminlte
pterobilling
An open-source Laravel 8 online store, client area, and billing software specially made for Pterodactyl panel
Stars: ✭ 258 (+1333.33%)
Mutual labels:  adminlte
transit
Massively real-time city transit streaming application
Stars: ✭ 20 (+11.11%)
Mutual labels:  demo-app
demo-api
www.yiiframework.com/
Stars: ✭ 23 (+27.78%)
Mutual labels:  demo-app
adminlte-laravel-installer
adminlte-laravel-installer . Installer for project acacha/adminlte-laravel
Stars: ✭ 16 (-11.11%)
Mutual labels:  adminlte
AdminLTE-Starter-Kit
AdminLTE Starter Kit for ASP.NET Core
Stars: ✭ 91 (+405.56%)
Mutual labels:  adminlte
react-sample-projects
The goal of this project is to provide a set of simple samples, providing and step by step guide to start working with React.
Stars: ✭ 30 (+66.67%)
Mutual labels:  demo-app
laravel-admin-generator
An admin console panel generator with AngularJs-Bootstrap-SBAdmin-AdminLTE for Laravel 5
Stars: ✭ 72 (+300%)
Mutual labels:  adminlte
traffic
Massively real-time traffic streaming application
Stars: ✭ 25 (+38.89%)
Mutual labels:  demo-app
Online-Testing-Platform
在线考试系统 colleges online examination system base on spring-boot and MyBatis
Stars: ✭ 21 (+16.67%)
Mutual labels:  adminlte
laravel-realworld-example-app
Exemplary RealWorld backend API built with Laravel PHP framework.
Stars: ✭ 34 (+88.89%)
Mutual labels:  demo-app
ARKit-SceneKit-Paint-Tiltbrush-Demo
Demo paint app with ARKit and SceneKit
Stars: ✭ 33 (+83.33%)
Mutual labels:  demo-app
OFOBike
A demo app like OFO Bike in Swift.
Stars: ✭ 18 (+0%)
Mutual labels:  demo-app
android-constraintlayout-demo
Demo usage of various ConstraintLayout features
Stars: ✭ 49 (+172.22%)
Mutual labels:  demo-app
northwind-graphql-ruby
Northwind graphql-ruby
Stars: ✭ 25 (+38.89%)
Mutual labels:  demo-app
react-native-css-modules-with-media-queries-example
An example app to show how CSS Media Queries work in React Native.
Stars: ✭ 18 (+0%)
Mutual labels:  demo-app
my-first-realm-app
ToDo demo app using Realm and Realm Object Server to synchronize tasks.
Stars: ✭ 38 (+111.11%)
Mutual labels:  demo-app

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

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].