th3mouk/cms-page-bundle
最新稳定版本:2.0.0
Composer 安装命令:
composer require th3mouk/cms-page-bundle
包简介
Symfony CMSPageBundle extends of Sonata Project
README 文档
README
Bundle extending SonataPageBundle in order to simplify the use by developers and future users, trying to not alter the original flexibility, and to give them new basic tools and views.
This bundle is part of the preconfigured CMS based on Symfony and Sonata : CMSStarter | CMSCoreBundle
SonataPageBundle
The use of this bundle require understanding of the SonataPageBundle.
Installation
Composer
composer require th3mouk/cms-page-bundle ^2.0
SonataPageBundle
Install the original SonataPageBundle.
Easy extends
app/console sonata:easy-extends:generate Th3MoukCMSPageBundle
Update Kernel
# app/AppKernel.php ... new Th3Mouk\CMSPageBundle\Th3MoukCMSPageBundle(), new Application\Th3Mouk\CMSPageBundle\ApplicationTh3MoukCMSPageBundle(), ...
Configuration
Create the following files:
# app/config/bundles/override.yml parameters: #Overload PageAdmin sonata.page.admin.page.class: Th3Mouk\CMSPageBundle\Admin\PageAdmin #Overload PageManager sonata.page.manager.page.class: Th3Mouk\CMSPageBundle\Entity\PageManager #Overload Transformer otherwise additional attributes will be non-serialized sonata.page.transformer.class: Th3Mouk\CMSPageBundle\Entity\Transformer #Overload PageAdminController sonata.page.admin.page.controller: Th3MoukCMSPageBundle:PageAdmin
# app/config/sonata/sonata_page.yml sonata_page: class: page: Application\Th3Mouk\CMSPageBundle\Entity\Page snapshot: Application\Th3Mouk\CMSPageBundle\Entity\Snapshot block: Application\Th3Mouk\CMSPageBundle\Entity\Block site: Application\Th3Mouk\CMSPageBundle\Entity\Site
Include them:
# app/config/config.yml imports: # Sonata Page Bundle - { resource: sonata/sonata_page.yml } # Override Vendors Parameters - { resource: bundles/override.yml }
Please
Feel free to improve all of this work, project or bundles.
th3mouk/cms-page-bundle 适用场景与选型建议
th3mouk/cms-page-bundle 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 1.92k 次下载、GitHub Stars 达 1, 最近一次更新时间为 2015 年 03 月 12 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「symfony」 「page」 「sonata」 「cms」 「bundle」 「content」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 th3mouk/cms-page-bundle 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 th3mouk/cms-page-bundle 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 th3mouk/cms-page-bundle 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
DataTables is a plug-in for the jQuery Javascript library. It is a highly flexible tool, based upon the foundations of progressive enhancement, which will add advanced interaction controls to any HTML table.
Sonata Extra admin features
ACL list filtering for SonataAdmin
Plug-ins for DataTables
The bundle for easy using json-rpc api on your project
This package helps you use bitwise enums in PHP and Laravel.
统计信息
- 总下载量: 1.92k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 8
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-03-12