koff/crud-maker-bundle

This package is abandoned and no longer maintained. The author suggests using the symfony/maker-bundle package instead.

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

Installs: 1 615

Dependents: 0

Suggesters: 0

Security: 0

Stars: 4

Watchers: 2

Forks: 4

Open Issues: 1

Type:symfony-bundle

v1.1 2018-03-14 07:48 UTC

This package is auto-updated.

Last update: 2022-02-01 13:11:59 UTC


README

Bundle is frozen and soon will be abandoned. 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.