srijanone/ezcontent
Composer 安装命令:
composer require srijanone/ezcontent
包简介
A Feature rich stater profile from Srijan.
README 文档
README
- About EzContent
- Key features
- Drupal 8 Installation
- Drupal 9 Installation
- Recommendation
About EzContent
EzContent is a Drupal installation profile that addresses common content management pain points and accelerates CMS implementations.
Key Features
-
Rich Component Library:
Rich library of commonly used components, available both as paragraphs and custom block types.
-
SEO-friendly content creation:
SEO friendly modules such as real-time on-page SEO, metatags, schema.org, XML sitemap, and automatic url alias are pre-configured to increase your content visibility on the web from Day 1. Common SEO features are logically grouped for an enhanced editorial interface.
-
Decoupled support don't comprise on nonnegotiable CMS features:
When used in a decoupled setup, EzContent allows enterprises to painlessly create interactive UIs with the choice of their frontend frameworks without whittling away non-negotiable features such as:
- Preview unpublished content in de-coupled front-ends
- Use Drupal's layout builder to create landing pages with de-coupled front-ends. If you want to use EzContent as a pure de-coupled implementation, see EzContent API for more details and links to Angular, Gatsby and Nextjs starter kits.
-
AI-generated content:
Powered by Srijan AI services and Amazon Rekognition, some of the capabilities include AI-based image captioning, image tagging, smart content tagging and automatic text generation tools.
Drupal 8 Installation
EzContent can be installed in two ways:
Via Drupal Composer
- Choose a name for your project, like “MY_PROJECT”
- Use the given command to create the project
- The command will download Drupal core along with necessary modules, EzContent profile, and all other dependencies necessary for the project
composer create-project srijanone/ezcontent-project MY_PROJECT --no-interaction
In case you come across any memory issues, run this command -
php -d memory_limit=-1 /path/to/composer.phar create-project srijanone/ezcontent-project MY_PROJECT --no-interaction
Via Acquia BLT
To create a new Acquia BLT project using Ez content, use the following commands -
composer create-project --no-interaction acquia/blt-project MY_PROJECT; cd MY_PROJECT; composer require srijanone/ezcontent:^1.0;
Warning:
There may be updates to BLT, Lightning which may break the setup. If you see any issue, please open a new issue in the issue queue.
Drupal 9 Installation
Via Drupal Composer
composer create-project srijanone/ezcontent-project:9.x-dev MY_PROJECT --no-interaction
Via Acquia BLT
composer create-project --no-interaction acquia/drupal-recommended-project MY_PROJECT; cd MY_PROJECT; composer require srijanone/ezcontent:9.x-dev;
Demo Setup
Please use the following single command installer to setup a demo site. Please refer EzContent Demo package to know more about this.
COMPOSER_MEMORY_LIMIT=-1 composer create-project
srijanone/ezcontent-project:dev-demo ezcontent-demo --no-interaction;
Currently ezcontent_demo module is a bit heavy which requires extra memory to complete its installation via installation user interface, we recommend you to install this module via drush or try installing its sub module one by one to distribute the load. Drush command :
drush en -y ezcontent_demo
srijanone/ezcontent 适用场景与选型建议
srijanone/ezcontent 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 170.36k 次下载、GitHub Stars 达 8, 最近一次更新时间为 2019 年 11 月 04 日, 在 PHP 生态内属于活跃度较高的组件。
我们在过去多个企业项目中使用过 srijanone/ezcontent 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 srijanone/ezcontent 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
统计信息
- 总下载量: 170.36k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 8
- 点击次数: 26
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0-or-later
- 更新时间: 2019-11-04