承接 clastic/news-bundle 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

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

clastic/news-bundle

最新稳定版本:1.0.0-alpha3

Composer 安装命令:

composer require clastic/news-bundle

包简介

Clastic News bundle

README 文档

README

News Module for Clastic.

About

This bundle currently provides a News Module for the Clastic CMF.

Installation

Installation is a quick:

  1. Download NewsBundle using composer
  2. Enable the Bundle
  3. Import NewsBundle routing files
  4. Update your database schema

Step 1: Download NewsBundle using composer

Add NewsBundle by running the command:

$ composer require clastic/news-bundle "dev-master"

Step 2: Enable the bundle

Enable the bundle in the kernel:

<?php
// app/AppKernel.php

public function registerBundles()
{
    $bundles = array(
        // ...
        new Clastic\NewsBundle\ClasticNewsBundle(),
    );
}

Step 3: Import NewsBundle routing files

In YAML:

# app/config/routing_admin.yml
clastic_news:
    resource: "@ClasticNewsBundle/Resources/config/backoffice_routing.xml"

Step 4: Update your database schema

Now that the bundle is configured, the last thing you need to do is update your database schema because you need tables to store your News data.

For ORM run the following command.

$ php app/console doctrine:schema:update --force

Contributing

All code contributions - including those of people having commit access - must go through a pull request and approved by a core developer before being merged. This is to ensure proper review of all the code.

Fork the project, create a feature branch, and send us a pull request.

To ensure a consistent code base, you should make sure the code follows the Coding Standards which we borrowed from Symfony. Make sure to check out php-cs-fixer as this will help you a lot.

If you would like to help, take a look at the list of issues.

Author and contributors

Dries De Peuter - dries@nousefreak.be - http://nousefreak.be

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT license.

统计信息

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

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

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