Skip to content
This repository was 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 git@github.com: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:   /

About

CRUD Example for Symfony

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages