koff/crud-maker-bundle

Build Status Latest Stable Version Total Downloads Latest Unstable Version License Scrutinizer Code Quality StyleCI Coverage Status

This bundle is extension to symfony/maker-bundle. It allows you to create simple crud with just one command.

Requirements

  • Symfony flex with Symfony 3.4|4.0
  • symfony/maker-bundle

Installation

composer req koff/crud-maker-bundle

Configuration

No additional configuration needed

Usage

bin\console make:crud <Entity name>

or with iteraction

bin\console make:crud

Entity must exist before command use

License

This package is available under the MIT license.