承接 srijanone/ezcontent 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

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

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:

    1. Preview unpublished content in de-coupled front-ends
    2. 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 我们能提供哪些服务?
定制开发 / 二次开发

基于 srijanone/ezcontent 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。

BUG 修复 & 性能优化

线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。

项目外包 & 长期维护

承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。

yvsm@zunyunkeji.com QQ:316430983 微信:yvsm316 西安尊云信息科技 · 专注 PHP / Go / 分布式系统研发

统计信息

  • 总下载量: 170.36k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 8
  • 点击次数: 26
  • 依赖项目数: 2
  • 推荐数: 0

GitHub 信息

  • Stars: 8
  • Watchers: 8
  • Forks: 24
  • 开发语言: PHP

其他信息

  • 授权协议: GPL-2.0-or-later
  • 更新时间: 2019-11-04