runroom/samples-bundle 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

runroom/samples-bundle

最新稳定版本:0.15.1

Composer 安装命令:

composer require runroom/samples-bundle

包简介

Add a render event before rendering templates

README 文档

README

Latest Stable Version Latest Unstable Version License

Total Downloads Monthly Downloads Daily Downloads

CI QA codecov shepherd

This bundle is a collection of samples that we often need to implement in our projects. Currently this project is not usable outside the ArchetypeSymfony

Installation

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

composer require runroom/samples-bundle

Enable the Bundle

Then, enable the bundle by adding it to the list of registered bundles in config/bundles.php file of your project:

// config/bundles.php

return [
    // ...
    Runroom\SamplesBundle\RunroomSamplesBundle::class => ['all' => true],
];

Update doctrine schema

Finally, execute doctrine schema update to create the new tables:

console doctrine:schema:update --force

License

This bundle is under the MIT license.

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2020-03-04