biplobice / doctrine-entity-generator

A simple app to generate doctrine entity from CLI using symfony 6

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Doctrine Entity Generator

A simple app to generate doctrine entity from CLI using symfony 6

How To Use

  • Download or clone the repository git@github.com:biplobice/doctrine-entity-generator.git.
  • cd doctrine-entity-generator
  • Run composer install
  • Run ./bin/console make:entity and follow the instructions
  • The entity and the repository will be generated in Entity and Repostiry respectively under src directory.
  • Copy the files to your project and update the namespace as your need.

About

A simple app to generate doctrine entity from CLI using symfony 6

License:MIT License


Languages

Language:Shell 51.7%Language:PHP 48.3%