kevinpapst/tabler-bundle-demo 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

kevinpapst/tabler-bundle-demo

最新稳定版本:1.0

Composer 安装命令:

composer create-project kevinpapst/tabler-bundle-demo

包简介

Demo application to showcase the Tabler Bundle

README 文档

README

This repository contains an example Symfony application for the Tabler-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.

Table of Contents

Installation

Simple as that:

composer create-project kevinpapst/tabler-bundle-demo

or

git clone git@github.com:kevinpapst/TablerBundle-Demo.git tabler-bundle-demo
composer install

Usage

Symfony binary

Use the Symfony binary to quickly start up a development server:

cd tabler-bundle-demo
symfony serve

Docker-compose

cd tabler-bundle-demo
docker-compose up -d
docker-compose exec apache bash
composer install

Go to your docker url (localhost for default config) at the port 80. e.g : localhost:80

NO SUPPORT FOR DOCKER WILL BE GIVEN!

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.

统计信息

  • 总下载量: 188
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 14
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 14
  • Watchers: 3
  • Forks: 4
  • 开发语言: Twig

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-01-23