定制 sqli/eztoolbox 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

sqli/eztoolbox

最新稳定版本:5.0.0

Composer 安装命令:

composer require sqli/eztoolbox

包简介

SQLI eZToolbox is a bundle used in SQLI projects gathering some bundles like "SQLI Entities Manager", "SQLI Command Toolbox", some helpers and some Twig operators

README 文档

README

SQLI eZToolbox is a bundle used in SQLI projects gathering some bundles like "SQLI Entities Manager", "SQLI Command Toolbox", some helpers and some Twig operators Compatible with Ibexa 3.3

Installation

Install with composer

composer require sqli/eztoolbox=^2.0

Register the bundle

Activate the bundle in config/bundles.php AFTER all eZSystem/Ibexa bundles

// config/bundles.php

return [
    // ...
    SQLI\EzToolboxBundle\SQLIEzToolboxBundle::class => ['all' => true],
];

Add routes

In config/routes/sqli_eztoolbox.yaml :

# SQLI Admin routes
_sqli_eztoolbox:
    resource: "@SQLIEzToolboxBundle/Resources/config/routing.yaml"
    prefix: /

Clear cache

php bin/console cache:clear

Parameters

Full example

In config/packages/sqli_eztoolbox.yaml add the localisations and namespaces of the entities :

sqli_ez_toolbox:
    entities:
        - { directory: 'Entity/Doctrine', namespace: 'App\Entity'}
    admin_logger:
        enabled: true
    storage_filename_cleaner:
        enabled: true

How to use

(Optional) Change label tabname

You can change label of the default tab using this translation key for domain sqli_admin : sqli_admin__menu_entities_tab__default

Entities Manager

Toolbox

Other

Changelogs

Upgrade

统计信息

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

GitHub 信息

  • Stars: 1
  • Watchers: 4
  • Forks: 5
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2020-05-28