fardus/crud-bundle

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

CRUD for Symfony project with bootstrap 3

Installs: 182

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 1

Forks: 0

Open Issues: 0

Language:HTML

Type:symfony-bundle

1.2.1 2016-02-22 06:56 UTC

This package is auto-updated.

Last update: 2020-05-16 13:04:28 UTC


README

Installation

minimum require PHP version 5.5, and symfony >= 2.8

composer require fardus/crud-bundle

In AppKernel.php add

    public function registerBundles() {
      ...
      new Fardus\Bundle\CrudBundle\FardusCrudBundle(),
    }

Use

With console launch

    app/console fardus:generate:crud

options available

 --entity=[NameBundle:NameEntity]
 --route-prefix=[/route]
 --format=[xml, yml, annotation, php]

 # If you want to replace the existing code
 --overwrite

Component

|name|version| |Bootstrap| 3.6| |Font-awesome 4.5 |Jquery| latest version|