enabel/twb-crud-maker-bundle

This package is abandoned and no longer maintained. No replacement package was suggested.

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

Installs: 119

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 6

Forks: 0

Open Issues: 0

Type:symfony-bundle

1.2 2018-10-19 10:05 UTC

This package is auto-updated.

Last update: 2019-12-09 12:36:56 UTC


README

Build Status Code Intelligence 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 4.0
  • symfony/maker-bundle

Installation

composer req enabel/twb-crud-maker-bundle

Configuration

No additional configuration needed

Usage

bin\console make:twb:crud <Entity name>

or with iteraction

bin\console make:twb:crud

Entity must exist before command use

License

This package is available under the MIT license.