aplia/apublish
Composer 安装命令:
composer require aplia/apublish
包简介
eZ Publish Legacy (aka LegacyStack in 5.x. Is an updated version of eZ Publish 4.x cable of being combined with eZ Platform)
README 文档
README
What is Aplia Apublish ?
Aplia Apublish is a fork of eZ Publish legacy which includes a set for small improvements
composer.jsonis clean (no circular dependencies)- Define override folders for INI files, ie.
settings/overridemay be inside your project extension. Same for site access folders. - Improvements for developers
- Disabling of error handler and shutdown handlers, to replace with external libraries
- Redirection of
eZDebugoutput to aPSRlogger - Disable modifying of file permissions for created files, instead let the filesystem define permissions
- PHP 7+ fixes
How to merge with eZ Publish legacy
git co -b feature/20xx.x.merge
git remote add ezsystems https://github.com/ezsystems/ezpublish-legacy
git fetch ezsystems
git merge ezsystems/master
git rm -r extension/* (Remove stuff in extension. Composer has been invented. Let's use it Ibexa)
git co master
git merge feature/20xx.x.merge
Push and create a new release.
Update extension repositories
Lacy Ibexa has included three exensions within eZ Publish which is separated in their own repositories in Apublish.
Visit
- https://github.com/Aplia/ezoe
- https://github.com/Aplia/ezjscore
- https://github.com/Aplia/ezformtoken
and update them accordingly to their documentation.
统计信息
- 总下载量: 891
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0-only
- 更新时间: 2017-10-31