acp3/cms
最新稳定版本:v6.36.2
Composer 安装命令:
composer create-project acp3/cms
包简介
ACP3 is a highly customizable and easy to use web content management system based on PHP5 and MySQL.
README 文档
README
The ACP3 CMS is a highly customizable and easy to use Web Content Management System based on PHP and MySQL.
Features
- Based on modular components
- Low barriers for disabled people
- Automatic generation of breadcrumbs to improve usability even further
- Secure: protection against SQL-injections, salted passwords, complete input validation...
- Wordlike text input with the WYSIWYG-Editors CKEditor and TinyMCE
- Easy to customize: Layout based on html templates, which can be styled with CSS
- Search engine optimized URIs
- Access Control Lists, which allow fine-grained permissions
If you want to find out more information about the features and the requirements, just go to the official Project-Website.
Installation
To install the current development version directly from GitLab, you have to do the following steps:
Clone the repository into a new directory:
$ git clone https://gitlab.com/ACP3/cms.git <directory>
Make sure that you have composer already installed.
If so, execute the following command from the projects root directory:
$ composer install
Make sure that you have installed nvm (node version manager).
If so, execute the following commands from the project's root directory, to install the necessary frontend development dependencies:
$ nvm install
$ nvm use
$ npm ci
Contribute
Contributions to the ACP3 CMS are always welcome. Here is how you can contribute to ACP3:
- Submit bugs and help us verify fixes
- Submit pull requests for bug fixes, features and discuss existing proposals
Please refer to our Contribution guidelines for more details.
Coding Style Guidelines
PHP
We are using the PSR-2 Coding Style for all PHP files.
License
This project is licensed under the terms of the GPL 2.0+.
统计信息
- 总下载量: 39
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0-or-later
- 更新时间: 2015-07-15