roadiz/core-bundle
最新稳定版本:v2.6.26
Composer 安装命令:
composer require roadiz/core-bundle
包简介
README 文档
README
Installation
Make sure Composer is installed globally, as explained in the installation chapter of the Composer documentation.
Applications that use Symfony Flex
Open a command console, enter your project directory and execute:
$ composer require roadiz/core-bundle
Applications that don't use Symfony Flex
Step 1: Download the Bundle
Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:
$ composer require roadiz/core-bundle
Step 2: Enable the Bundle
Then, enable the bundle by adding it to the list of registered bundles
in the config/bundles.php file of your project:
// config/bundles.php return [ // ... \RZ\Roadiz\CoreBundle\RoadizCoreBundle::class => ['all' => true], ];
Configuration
- Create folders:
public/assets,public/themes,public/files,themes/,var/filesfor app documents and runtime classes - Copy and merge
@RoadizCoreBundle/config/packages/*files into your projectconfig/packagesfolder - Make to change your
framework.session.nameif you have multiple website running on the same localhost - Add current bundle and
rezozero/intervention-request-bundleroutes to your project:
# config/routes.yaml roadiz_core: resource: "@RoadizCoreBundle/config/routing.yaml" rz_intervention_request: resource: "@RZInterventionRequestBundle/Resources/config/routing.yml" prefix: /
Contributing
Report issues and send Pull Requests in the main Roadiz repository
统计信息
- 总下载量: 10.37k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 5
- 点击次数: 2
- 依赖项目数: 8
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-09-21