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
Requires
- symfony/console: ^3.0
- symfony/finder: ^3.0
- symfony/yaml: ^3.0
This package is auto-updated.
Last update: 2024-10-29 04:31:08 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