pierophp/doctrine2eloquent

There is no license information available for the latest version (dev-master) of this package.

Doctrine 2 Eloquent

dev-master 2016-09-23 18:03 UTC

This package is auto-updated.

Last update: 2024-04-29 03:15:53 UTC


README

Created to convert YML doctrine to eloquent models

Usage

app/console doctrine2eloquent:yamlconverter --yaml_path src/AcmeBundle/Resources/config/doctrine --model_path src/AcmeBundle/Model --model_namespace AcmeBundle\\Model

Params

--yaml_path

Required. The YML path of doctrine definitions

--model_path

Required. The path of the Eloquent models to be generated

--model_namespace

Required. The namespace of Eloquent models to be generated

--model_prefix

Optional. The prefix of Eloquent models to be generated