phifty/adminui
Composer 安装命令:
composer require phifty/adminui
包简介
admin ui bundle for phifty framework application
README 文档
README
Setup for Quickbox
AdminUI:
MenuStyle: quickbox
MenuTemplate: '@AdminUI/quickbox.html'
Setup for Customization
AdminUI:
# MenuTemplate: '@App/menu.html'
BasePageTemplate: '@App/page.html'
LoginPageTemplate: '@App/login.html'
LoginModalTemplate: '@App/login_modal.html'
LoginController: 'UserBundle\Controller\LoginController'
DashboardController: 'AdminUI\Controller\BaseController'
WebFonts: false
Assets:
- underscore-js
- reactjs15
- moment
- jquery-cookie
- bootstrap
- bootstrap-material-design
- bootstrap-daterangepicker
- colorbox
- font-awesome-4.3
- highcharts-4.1
- modal-manager
- chosen
- holder
- phifty-sortable-bundle
- backstage
- applib
- app
CRUD:
TemplateNamespace: "AppCRUD"
BasePageTemplate can be used to configure base page template:
BasePageTemplate: "@App/page.html.twig"
To include the assets from different bundles in the templates:
{% if Kernel.bundle('I18N') %}
{% assets Kernel.bundle('I18N').getAssets() %}
{% endif %}
统计信息
- 总下载量: 812
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 7
- 推荐数: 0
其他信息
- 授权协议: proprietary
- 更新时间: 2016-06-16