定制 duon/cms 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

duon/cms

Composer 安装命令:

composer require duon/cms

包简介

Duon content management system and framework

README 文档

README

⚠️ Note: This library is under active development, some of the listed features are still experimental and subject to change. Large parts of the documentation are missing.

Settings

'session.authcookie' => '<app>_auth', // Name of the auth cookie
'session.expires' => 60 * 60 * 24,    // One day by default

Test database:

CREATE DATABASE duon_cms_test_db WITH TEMPLATE = template0 ENCODING = 'UTF8';
CREATE USER duon_cms_test_user PASSWORD 'duon_cms_test_password';
GRANT ALL PRIVILEGES ON DATABASE duon_cms_test_db TO duon_cms_test_user;
ALTER DATABASE duon_cms_test_db OWNER TO duon_cms_test_user;

to allow recreation via command RecreateDb:

ALTER USER duon_cms_test_user SUPERUSER;

System Requirements:

apt install php8.3 php8.3-pgsql php8.3-gd php8.3-xml php8.3-intl php8.3-curl

For development

apt install php8.3 php8.3-xdebug

macOS/homebrew:

brew install php php-intl

统计信息

  • 总下载量: 54
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 1
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-04-01