2017 © Pedro Peláez
 

ezplatform-bundle ez-fieldtypegenerator-bundle

FieldType generator for eZ Platform 6.x

image

smile/ez-fieldtypegenerator-bundle

FieldType generator for eZ Platform 6.x

  • Sunday, June 25, 2017
  • by noodle69
  • Repository
  • 9 Watchers
  • 4 Stars
  • 1,723 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 12 Versions
  • 3 % Grown

The README.md

SmileEzFieldTypeGeneratorBundle

SensioLabsInsight, (*1)

This bundle aims to provide generate:fieldtype command to generate eZ Platform FieldType bundle structure., (*2)

Installation

Get the bundle using composer

Add SmileEzFieldTypeGeneratorBundle by running this command from the terminal at the root of your eZPlatform project:, (*3)

composer require smile/ez-fieldtypegenerator-bundle

Enable the bundle

To start using the bundle, register the bundle in your application's kernel class:, (*4)

// ezpublish/EzPublishKernel.php
public function registerBundles()
{
    $bundles = array(
        // ...
        new Smile\EzFieldTypeGeneratorBundle\SmileEzFieldTypeGeneratorBundle(),
        // ...
    );
}

How to use the new command

php app/console generate:fieldtype

php app/console assets:install --symlink web

php app/console assetic:dump

As generate:bundle, you should enter a valid namepsace., (*5)

New required entry is le FieldType name., (*6)

A bundle is generated automatically with all code structure to manage new eZ Platform field type, (*7)

The Versions

25/06 2017

2.0.x-dev

2.0.9999999.9999999-dev

FieldType generator for eZ Platform 6.x

  Sources   Download

GPL-3.0

The Requires

 

21/03 2017

dev-master

9999999-dev

FieldType generator for eZ Platform 6.x

  Sources   Download

GPL-3.0

The Requires

 

21/03 2017

1.0.9

1.0.9.0

FieldType generator for eZ Platform 6.x

  Sources   Download

GPL-3.0

The Requires

 

15/03 2017

1.0.8

1.0.8.0

FieldType generator for eZ Platform 6.x

  Sources   Download

GPL-3.0

The Requires

 

05/02 2017

1.0.7

1.0.7.0

FieldType generator for eZ Platform 6.x

  Sources   Download

GPL-3.0

The Requires

 

03/01 2017

1.0.6

1.0.6.0

FieldType generator for eZ Platform 6.x

  Sources   Download

MIT

The Requires

 

24/10 2016

1.0.5

1.0.5.0

FieldType generator for eZ Platform 6.x

  Sources   Download

MIT

The Requires

 

17/10 2016

1.0.4

1.0.4.0

FieldType generator for eZ Platform 6.x

  Sources   Download

MIT

The Requires

 

13/10 2016

1.0.3

1.0.3.0

FieldType generator for eZ Platform 6.x

  Sources   Download

MIT

The Requires

 

13/10 2016

1.0.2

1.0.2.0

FieldType generator for eZ Platform 6.x

  Sources   Download

MIT

The Requires

 

12/10 2016

1.0.1

1.0.1.0

FieldType generator for eZ Platform 6.x

  Sources   Download

MIT

The Requires

 

11/10 2016

1.0.0

1.0.0.0

FieldType generator for eZ Platform 6.x

  Sources   Download

MIT

The Requires