2017 © Pedro Peláez
 

symfony-bundle tags-bundle

image

smart-information-systems/tags-bundle

  • Tuesday, March 6, 2018
  • by yk115
  • Repository
  • 1 Watchers
  • 0 Stars
  • 10 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Работа с тегами

Требования:

  • php 7
  • symfony 3.2

Установка

  1. Прописать пакет и ссылку на репозиторий в composer.json
{
    // ...
    "require": {
        // ...
        "SmartInformationSystems/tags-bundle": "dev-master"
    },
    "repositories": [
        {
            "type" : "vcs",
            "url" : "https://github.com/SmartInformationSystems/TagsBundle.git"
        }
    ]
}
  1. Включить бандл в app/AppKernel.php
class AppKernel extends Kernel
{
    public function registerBundles()
    {
        $bundles = array(
            // ...
            new SmartInformationSystems\FileBundle\SmartInformationSystemsTagsBundle(),
            // ...
        );
    }
}
  1. Включить необходимые шаблоны
twig:
    form_themes:
        - 'SmartInformationSystemsTagsBundle:form:fields.html.twig'

  1. Добавить настроки в app/config/routing.yml
smart_information_systems.tags:
    resource: "@SmartInformationSystemsTagsBundle/Resources/config/routing.yml"
    prefix: /tags

Использование

The Versions

06/03 2018

1.0

1.0.0.0

  Sources   Download

01/02 2018

dev-master

9999999-dev

Tags bundle

  Sources   Download

MIT

The Requires

 

by Avatar yk115

tags