2017 © Pedro Peláez
 

symfony-bundle varieties-bundle

Plant taxonomy management : Family / Genus / Species / Subspecies / Variety

image

libre-informatique/varieties-bundle

Plant taxonomy management : Family / Genus / Species / Subspecies / Variety

  • Tuesday, December 5, 2017
  • by beta
  • Repository
  • 5 Watchers
  • 1 Stars
  • 2,458 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 16 Versions
  • 0 % Grown

The README.md

SymfonyLibrinfoVarietiesBundle

Build Status Coverage Status License, (*1)

Latest Stable Version Latest Unstable Version Total Downloads, (*2)

Installation

From a basic symfony project, (*3)

composer require sonata-project/admin-bundle 3.x-dev
composer require sonata-project/doctrine-orm-admin-bundle 3.x-dev
composer require blast-project/core-bundle dev-master
composer require blast-project/outer-extension-bundle
composer require libre-informatique/sonata-sylius-user-bundle
composer require libre-informatique/varieties-bundle
composer require sonata-project/intl-bundle

Configuration

add variety.yml in app\config, (*4)

app\config\config.yml, (*5)

imports:
    - { resource: parameters.yml }
    - { resource: security.yml }
    - { resource: services.yml }
    - { resource: varieties.yml }
# Doctrine Configuration
doctrine:
    dbal:
        driver: pdo_pgsql
        host: '%database_host%'
        port: '%database_port%'
        dbname: '%database_name%'
        user: '%database_user%'
        password: '%database_password%'
        charset: UTF8
    orm:
        auto_generate_proxy_classes: '%kernel.debug%'
        naming_strategy: doctrine.orm.naming_strategy.underscore
        auto_mapping: true
        mappings:
            gedmo_loggable:
                type: annotation
                prefix: Gedmo\Loggable\Entity
                dir: "%kernel.root_dir%/../vendor/gedmo/doctrine-extensions/lib/Gedmo/Loggable/Entity"
                alias: GedmoLoggable # (optional) it will default to the name set for the mappingmapping
                is_bundle: false

    # Sonata
sonata_block:
  default_contexts: [cms]
  blocks:

    # enable the SonataAdminBundle block
    sonata.admin.block.admin_list:
      contexts:   [admin]

blast_base_entities:
    orm:
        default:
            naming: true
            guidable: true
            timestampable: true
            addressable: true
            treeable: false
            nested_treeable: true
            nameable: true
            labelable: true
            emailable: true
            descriptible: true
            searchable: true
            loggable: true
            sortable: true
            normalize: true
            syliusGuidable: true

app\AppKernel.php, (*6)

<?php

use Symfony\Component\HttpKernel\Kernel;
use Symfony\Component\Config\Loader\LoaderInterface;

public function registerBundles()
    {
        $bundles = [
            new Symfony\Bundle\FrameworkBundle\FrameworkBundle(),
            new Symfony\Bundle\SecurityBundle\SecurityBundle(),
            new Symfony\Bundle\TwigBundle\TwigBundle(),
            new Symfony\Bundle\MonologBundle\MonologBundle(),
            new Symfony\Bundle\SwiftmailerBundle\SwiftmailerBundle(),
            new Doctrine\Bundle\DoctrineBundle\DoctrineBundle(),
            new Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle(),
            new AppBundle\AppBundle(),
            # Sonata
            new Sonata\CoreBundle\SonataCoreBundle(), 
            new Sonata\BlockBundle\SonataBlockBundle(), 
            new Knp\Bundle\MenuBundle\KnpMenuBundle(),
            new Sonata\DoctrineORMAdminBundle\SonataDoctrineORMAdminBundle(),
            new Sonata\AdminBundle\SonataAdminBundle(),
            new Sonata\IntlBundle\SonataIntlBundle(),
            # blast
            new Blast\CoreBundle\BlastCoreBundle(),
            new Blast\OuterExtensionBundle\BlastOuterExtensionBundle(),
            new Blast\BaseEntitiesBundle\BlastBaseEntitiesBundle(),
            new Blast\UtilsBundle\BlastUtilsBundle(),
            # bundle
            new Librinfo\VarietiesBundle\LibrinfoVarietiesBundle(),
            new Librinfo\MediaBundle\LibrinfoMediaBundle(),
            new Stfalcon\Bundle\TinymceBundle\StfalconTinymceBundle(),
            # sylius
            new Librinfo\SonataSyliusUserBundle\SonataSyliusUserBundle(),
        ];

app\config\routing.yml, (*7)

app:
    resource: '@AppBundle/Controller/'
    type: annotation

admin:
    resource: '@SonataAdminBundle/Resources/config/routing/sonata_admin.xml'
    prefix: /admin

_sonata_admin:
    resource: .
    type: sonata_admin
    prefix: /admin

blast_core:
    resource: "@BlastCoreBundle/Resources/config/routing.yml" 
    prefix:   /admin
librinfo_media:
    resource: "@LibrinfoMediaBundle/Resources/config/routing.yml"
bin/console blast:generate:extension-containers -d

src\AppBundle\Entity\LibreVarietiesBundle\VarietyExtension.php, (*8)

<?php

namespace AppBundle\Entity\OuterExtension\LibrinfoVarietiesBundle;

trait VarietyExtension
{
    use \Librinfo\MediaBundle\Entity\OuterExtension\HasImages;
}

app\config\services.yml, (*9)

services:
    sylius.canonicalizer:
        class: Sylius\Component\User\Canonicalizer\Canonicalizer

generate database tables, (*10)

bin/console doctrine:schema:create

The Versions

05/12 2017

dev-wip-platform

dev-wip-platform https://github.com/libre-informatique/SymfonySilVarietyBundle

Plant taxonomy management : Family / Genus / Species / Subspecies / Variety

  Sources   Download

LGPL-3.0

The Requires

 

The Development Requires

by Marcos Bezerra de Menezes

doctrine symfony taxonomy sonata admin e-venement libio botanic family genus species variety

15/11 2017

dev-wip-lisem

dev-wip-lisem https://github.com/libre-informatique/SymfonyLibrinfoVarietiesBundle

Plant taxonomy management : Family / Genus / Species / Subspecies / Variety

  Sources   Download

LGPL-3.0

The Requires

 

The Development Requires

by Marcos Bezerra de Menezes

doctrine symfony taxonomy sonata admin e-venement libio botanic family genus species variety

03/11 2017

dev-master

9999999-dev https://github.com/libre-informatique/SymfonyLibrinfoVarietiesBundle

Plant taxonomy management : Family / Genus / Species / Subspecies / Variety

  Sources   Download

GPL-3.0 LGPL-3.0

The Requires

 

The Development Requires

by Marcos Bezerra de Menezes

doctrine symfony taxonomy sonata admin e-venement libio botanic family genus species variety

03/11 2017

0.6.4

0.6.4.0 https://github.com/libre-informatique/SymfonyLibrinfoVarietiesBundle

Plant taxonomy management : Family / Genus / Species / Subspecies / Variety

  Sources   Download

LGPL-3.0

The Requires

 

The Development Requires

by Marcos Bezerra de Menezes

doctrine symfony taxonomy sonata admin e-venement libio botanic family genus species variety

19/10 2017

0.5.2

0.5.2.0 https://github.com/libre-informatique/SymfonyLibrinfoVarietiesBundle

Plant taxonomy management : Family / Genus / Species / Subspecies / Variety

  Sources   Download

LGPL-3.0

The Requires

 

The Development Requires

by Marcos Bezerra de Menezes

doctrine symfony taxonomy sonata admin e-venement libio botanic family genus species variety

28/09 2017

dev-wip-locale

dev-wip-locale https://github.com/libre-informatique/SymfonyLibrinfoVarietiesBundle

Plant taxonomy management : Family / Genus / Species / Subspecies / Variety

  Sources   Download

LGPL-3.0

The Requires

 

The Development Requires

by Marcos Bezerra de Menezes

doctrine symfony taxonomy sonata admin e-venement libio botanic family genus species variety

15/09 2017

0.5.1

0.5.1.0 https://github.com/libre-informatique/SymfonyLibrinfoVarietiesBundle

Plant taxonomy management : Family / Genus / Species / Subspecies / Variety

  Sources   Download

LGPL-3.0

The Requires

 

The Development Requires

by Marcos Bezerra de Menezes

doctrine symfony taxonomy sonata admin e-venement libio botanic family genus species variety

15/09 2017

dev-wip-test

dev-wip-test https://github.com/libre-informatique/SymfonyLibrinfoVarietiesBundle

Plant taxonomy management : Family / Genus / Species / Subspecies / Variety

  Sources   Download

LGPL-3.0

The Requires

 

The Development Requires

by Marcos Bezerra de Menezes

doctrine symfony taxonomy sonata admin e-venement libio botanic family genus species variety

28/07 2017

0.4.5

0.4.5.0 https://github.com/libre-informatique/SymfonyLibrinfoVarietiesBundle

Plant taxonomy management : Family / Genus / Species / Subspecies / Variety

  Sources   Download

LGPL-3.0

The Requires

 

The Development Requires

by Marcos Bezerra de Menezes

doctrine symfony taxonomy sonata admin e-venement libio botanic family genus species variety

27/06 2017

0.4.4

0.4.4.0 https://github.com/libre-informatique/SymfonyLibrinfoVarietiesBundle

Plant taxonomy management : Family / Genus / Species / Subspecies / Variety

  Sources   Download

LGPL-3.0

The Requires

 

The Development Requires

by Marcos Bezerra de Menezes

doctrine symfony taxonomy sonata admin e-venement libio botanic family genus species variety

14/06 2017

0.4.3

0.4.3.0 https://github.com/libre-informatique/SymfonyLibrinfoVarietiesBundle

Plant taxonomy management : Family / Genus / Species / Subspecies / Variety

  Sources   Download

LGPL-3.0

The Requires

 

The Development Requires

by Marcos Bezerra de Menezes

doctrine symfony taxonomy sonata admin e-venement libio botanic family genus species variety

05/05 2017

0.4.2

0.4.2.0 https://github.com/libre-informatique/SymfonyLibrinfoVarietiesBundle

Plant taxonomy management : Family / Genus / Species / Subspecies / Variety

  Sources   Download

LGPL-3.0

The Requires

 

The Development Requires

by Marcos Bezerra de Menezes

doctrine symfony taxonomy sonata admin e-venement libio botanic family genus species variety

16/03 2017

dev-sf3.2

dev-sf3.2 https://github.com/libre-informatique/SymfonyLibrinfoVarietiesBundle

Plant taxonomy management : Family / Genus / Species / Subspecies / Variety

  Sources   Download

GPL-3.0

The Requires

 

by Marcos Bezerra de Menezes

doctrine symfony taxonomy sonata admin e-venement libio botanic family genus species variety

07/03 2017

0.2

0.2.0.0 https://github.com/libre-informatique/SymfonyLibrinfoVarietiesBundle

Plant taxonomy management : Family / Genus / Species / Subspecies / Variety

  Sources   Download

GPL-3.0

The Requires

 

by Marcos Bezerra de Menezes

doctrine symfony taxonomy sonata admin e-venement libio botanic family genus species variety

15/02 2017

0.1

0.1.0.0 https://github.com/libre-informatique/SymfonyLibrinfoVarietiesBundle

Plant taxonomy management : Family / Genus / Species / Subspecies / Variety

  Sources   Download

GPL-3.0

The Requires

 

by Marcos Bezerra de Menezes

doctrine symfony taxonomy sonata admin e-venement libio botanic family genus species variety

18/08 2016

dev-choices

dev-choices https://github.com/libre-informatique/SymfonyLibrinfoVarietiesBundle

Plant taxonomy management : Family / Genus / Species / Subspecies / Variety

  Sources   Download

GPL-3.0

The Requires

  • php >=5.3.0
  • symfony/symfony 2.8.*
  • libre-informatique/core-bundle dev-master
  • libre-informatique/doctrine-bundle dev-master

 

by Marcos Bezerra de Menezes

doctrine symfony taxonomy sonata admin e-venement libio botanic family genus species variety