定制 symedit/symedit 二次开发

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

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

symedit/symedit

最新稳定版本:v0.11

Composer 安装命令:

composer require symedit/symedit

包简介

SymEdit - Symfony2 Content Management System (CMS)

README 文档

README

SymEdit is a Symfony based Content Management System. It was designed to be simple for users and easily extendable for developers. It tries to stay close to Symfony best practices and methodology so if you know how to use Symfony you can easily add new controllers, routing, forms, etc. and override the default ones as well.

Admin Screenshot

Installation

Note that this is for installing and testing SymEdit itself, to install a project for yourself symedit/symedit-standard will be created eventually.

composer create-project -s symedit/symedit

After you have the project created, you need to install the sample data (this sets up the basic page tree, we will probably add a way to only install the basics eventually)

php app/console symedit:install

This will create the database, load the schema, and install fixtures needed for functional tests.

Administration

You can administer the site by going to /sym-admin, the default username and password are admin and test respectively.

Documentation

http://docs.symedit.com

Testing

Could definitely use some help in this aspect. There are some unit tests and functional tests that are run from phpunit so you can just run phpunit to use the existing tests.

There are also Behat tests which can be run by using bin/behat once you've run composer install.

We have a .travis.yml configuration for travis.

统计信息

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

GitHub 信息

  • Stars: 7
  • Watchers: 4
  • Forks: 4
  • 开发语言: PHP

其他信息

  • 授权协议: Unknown
  • 更新时间: 2015-03-03