contao/managed-edition
Composer 安装命令:
composer create-project contao/managed-edition
包简介
Contao Managed Edition
README 文档
README
Contao is an Open Source PHP Content Management System for people who want a professional website that is easy to maintain. Visit the project website for more information.
System Requirements
- Web server
- PHP 8.1+ with GDlib and DOM
- MySQL 5.5.7+
- InnoDB with
innodb_large_prefixenabled
InnoDB Large Prefix
MySQL versions prior to 5.7.7 do not have the innodb_large_prefix option
enabled by default. To enable it in one of these versions, add the following
to your my.cnf file:
innodb_large_prefix = 1
innodb_file_format = Barracuda
innodb_file_per_table = 1
If the option cannot be enabled on your server, please configure a different
database engine and character set in your config/config.yml file:
doctrine: dbal: connections: default: default_table_options: charset: utf8 collate: utf8_unicode_ci engine: MyISAM
MySQL Strict Mode
It is recommended to run MySQL in "strict mode" to prevent corrupt or truncated
data and to guarantee data integrity. As of Contao 4.12, the install tool shows
a warning if the database server is not running in strict mode. To enable it,
add the following to your my.cnf file or make sure that the setting is adjusted
accordingly:
[mysqld]
…
sql_mode="TRADITIONAL"
…
If the setting cannot be enabled on your server, please configure the connection
options in your config/config.yml file:
doctrine: dbal: connections: default: options: # Depending on the DB driver, the option key is either 1002 (pdo_mysql) or 3 (mysqli) 1002: "SET SESSION sql_mode=(SELECT CONCAT(@@sql_mode, ',TRADITIONAL'))"
Browser Compatibility
Chrome, Firefox, Safari 12+, Edge 17+, Opera, Chrome for Android, Safari for iOS 11.3+, Samsung Internet 8.2+
Installation
See the installation chapter of the user's manual.
Documentation
License
Contao is licensed under the terms of the LGPLv3.
Getting Support
Visit the support page to learn about the available support options.
contao/managed-edition 适用场景与选型建议
contao/managed-edition 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 107.28k 次下载、GitHub Stars 达 17, 最近一次更新时间为 2017 年 01 月 24 日, 在 PHP 生态内属于活跃度较高的组件。
我们在过去多个企业项目中使用过 contao/managed-edition 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 contao/managed-edition 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
统计信息
- 总下载量: 107.28k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 18
- 点击次数: 7
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: LGPL-3.0-or-later
- 更新时间: 2017-01-24