brangerieau/symfonycms
最新稳定版本:v0.5.9
Composer 安装命令:
composer require brangerieau/symfonycms
包简介
SymfonyCms is a symfony bundle that allows you to quickly create a website with user and content management
README 文档
README
🔨 Installation
Get the bundle using composer
The best way to install this bundle is to rely on Composer:
$ composer require brangerieau/symfonycms
Enable the bundle
Register the bundle in your application's kernel:
// config/bundles.php <?php return [ /* ... */ Brangerieau\SymfonyCmsBundle\SymfonyCmsBundle::class => ['all' => true], ];
Configuration
Routes
You must activate the custom routes of the bundle to be able to access the administration:
# config/routes.yaml symfony_cms: resource: '@SymfonyCmsBundle/config/routes.yaml'
Assets
Activate assets to have a stylized on admin :
$ php bin/console assets:install
TODO : security.yaml
➕ Optional
Fixtures
If you want to add the fixtures from the bundle:
$ composer require --dev orm-fixtures
$ composer require --dev fakerphp/faker
# Load all fixtures :
$ php bin/console doctrine:fixtures:load
✍️ Authors
Symfony CMS was originally created by Brangerieau Thibaud.
统计信息
- 总下载量: 61
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0
- 更新时间: 2022-08-25