定制 conia/cms 二次开发

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

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

conia/cms

Composer 安装命令:

composer require conia/cms

包简介

Conia Content Management 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 conia_db WITH TEMPLATE = template0 ENCODING = 'UTF8';
CREATE USER conia_user PASSWORD 'conia_password';
GRANT ALL PRIVILEGES ON DATABASE conia_db TO conia_user;
ALTER DATABASE conia_db OWNER TO conia_user;

to allow recreation via command RecreateDb:

ALTER USER conia_user SUPERUSER;

System Requirements:

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

For development

apt install php8.2 php8.2-xdebug

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-01-22