koff/crud-maker-bundle

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


Keywords
generator, code generator, scaffold, scaffolding, crud generator
License
MIT

Documentation

Bundle is frozen and soon will be abandonned. Use symfony/maker-bundle v1.2 or higher!

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.