https://github.com/elitecolors/tunisair_app
Application for Tunisair
https://github.com/elitecolors/tunisair_app
Last synced: 2 months ago
JSON representation
Application for Tunisair
- Host: GitHub
- URL: https://github.com/elitecolors/tunisair_app
- Owner: elitecolors
- License: mit
- Created: 2019-05-31T21:14:09.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T00:32:38.000Z (over 2 years ago)
- Last Synced: 2025-01-14T18:06:08.559Z (4 months ago)
- Language: PHP
- Size: 3.72 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tunisair app
This repository contains an example Symfony 4 application for the [AdminLTE-Bundle](https://github.com/kevinpapst/AdminLTEBundle).
It serves as a living documentation for first time users and easier testing of theme features.
Please read the [theme documentation](https://github.com/kevinpapst/AdminLTEBundle/blob/master/Resources/docs/) for more information on how to use this theme.
# Installation
Simple as that:
```bash
composer create-project kevinpapst/adminlte-bundle-demo
```Now spin up the PHP built-in webserver and enjoy the demo:
```bash
cd adminlte-bundle-demo
bin/console server:run
```and see it running at [http://127.0.0.1:8000](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