2017 © Pedro Peláez
 

symfony-bundle crud-bundle

CRUD for Symfony project with bootstrap 3

image

fardus/crud-bundle

CRUD for Symfony project with bootstrap 3

  • Sunday, October 23, 2016
  • by fardus
  • Repository
  • 1 Watchers
  • 2 Stars
  • 168 Installations
  • HTML
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 1 % Grown

The README.md

CRUDBundle Bundle for CRUD Symfony

Installation

minimum require PHP version 5.5, and symfony >= 2.8, (*1)

composer require fardus/crud-bundle

In AppKernel.php add, (*2)

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

Use

With console launch, (*3)

    app/console fardus:generate:crud

options available, (*4)

 --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|, (*5)

The Versions

23/10 2016

dev-release/1.3.0

dev-release/1.3.0

CRUD for Symfony project with bootstrap 3

  Sources   Download

MIT

The Requires

 

The Development Requires

by Hamada Sidi Fahari

command bootstrap bootstrap3 crud symfony-bundle

22/02 2016
22/02 2016