Skip to content
This repository has been archived by the owner on Dec 10, 2019. It is now read-only.

4devs/demo-crud-symfony

Repository files navigation

demo-crud-symfony

Step 1: Download

$ git clone [email protected]:4devs/demo-crud-symfony.git src/FDevs/CRUDBundle

Step 2: Enable the bundle

<?php
// app/AppKernel.php

public function registerBundles()
{
    $bundles = array(
        // ...
        new FDevs\CRUDBundle\FDevsCRUDBundle(),
    );
}
# app/config/routing.yml
f_devs_crud:
    resource: "@FDevsCRUDBundle/Resources/config/routing.xml"
    prefix:   /

Releases

No releases published

Packages

No packages published

Languages