tucompu/cms-bundle

一个非常简单的CMS

dev-master 2017-03-28 04:19 UTC

This package is not auto-updated.

Last update: 2024-09-28 20:14:44 UTC


README

这是一个非常简单的CMS

安装!

git clone https://github.com/jairoFg12/CMSBundle.git

注册插件

#app/AppKernel.php
...
new Tucompu\CmsBundle\CmsBundle()
...

添加路由

    cms:
        resource: "@CmsBundle/Controller/"
        type:     annotation

更新数据库

app/console doctrine:schema:update --force