Create an Entity from the Command Prompt
Rating:
Clone this SnippetSubmitted 7 years 7 months ago by peter.
- Log in to post comments
Create an Entity from the Command Prompt
php app/console doctrine:generate:entity --entity="AcmeStoreBundle:Category" --fields="name:string(255)"
Category:
Symfony