kevinpapst/tabler-bundle
Composer 安装命令:
composer require kevinpapst/tabler-bundle
包简介
Admin/Backend theme bundle for Symfony based on Tabler.io
README 文档
README
This repository contains a Symfony bundle, integrating the fantastic Tabler.io HTML Template into your Symfony project. It ships with many twig helper (functions, filter, embeds, macros and includes) to speed up your development and simplify future upgrades!
It requires Symfony >= 6.0 and PHP >= 8.1 🚀 Read the documentation to find out more 👍
Preview
Tabler is fully responsive and compatible with all modern browsers. Thanks to its modern, user-friendly design you can create a fully functional interface that users will love! Choose the layouts and components you need and customize them to make your design consistent and eye-catching. Every component has been created with attention to detail to make your interface beautiful! Show me the demo.
Features
- Two main layouts for your backend/admin application: a vertical and horizontal one
- Security layouts for login, forgot password, register account
- Many includes, embeds and macros to help speed up the development
Demo application
There is even a demo application, that showcases most of the components and can serve as a starting point for new projects 😄
You can check it out here at Github in the TablerBundle-Demo repository.
Technical details
- Webpack-Encore support for building assets
- Event-driven handling of menu entries, tasks and notifications
- ContextHelper for dynamic layout changes (e.g. based on user preferences)
- Translations for: english, german, italian, czech, spanish, russian, arabic, finnish, japanese, swedish, portuguese (brazilian), dutch, french, turkish, danish, chinese, slovakian, basque, polish, esperanto, hebrew, romanian (please help translating it to more languages)
- Based on Bootstrap 5
- Supports FontAwesome 5
Installation
Step 1: Download the Bundle
Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:
composer require kevinpapst/tabler-bundle
Step 2: Configure the Bundle
Copy the default config to your config/packages/ directory:
cp vendor/kevinpapst/tabler-bundle/config/packages/tabler.yaml config/packages/
Step 3: Enable the Bundle
Enable the bundle by adding it to the list of registered bundles
in the config/bundles.php file of your project:
// config/bundles.php return [ // ... KevinPapst\TablerBundle\TablerBundle::class => ['all' => true], ];
Step 4: Documentation
Now read what you should do in order to use the theme at docs/.
License and contributors
Published under the MIT, read the LICENSE file for more information.
Translations managed with the fantastic Weblate project.
kevinpapst/tabler-bundle 适用场景与选型建议
kevinpapst/tabler-bundle 是一款 基于 Twig 开发的 Composer 扩展包,目前已累计 154.77k 次下载、GitHub Stars 达 132, 最近一次更新时间为 2021 年 10 月 18 日, 在 PHP 生态内属于活跃度较高的组件。
我们在过去多个企业项目中使用过 kevinpapst/tabler-bundle 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 kevinpapst/tabler-bundle 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
统计信息
- 总下载量: 154.77k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 132
- 点击次数: 20
- 依赖项目数: 5
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-10-18
