Nincs leírás

Thomas 82d3f53c48 add create action 14 éve
Controller 82d3f53c48 add create action 14 éve
DependencyInjection 3d0cc1f8e7 add famfamfam icons, add pager (from the symfony-project), add CRUD prototype 14 éve
Form 3d0cc1f8e7 add famfamfam icons, add pager (from the symfony-project), add CRUD prototype 14 éve
Resources 82d3f53c48 add create action 14 éve
Tool 3d0cc1f8e7 add famfamfam icons, add pager (from the symfony-project), add CRUD prototype 14 éve
Twig 3d0cc1f8e7 add famfamfam icons, add pager (from the symfony-project), add CRUD prototype 14 éve
BaseApplicationBundle.php 3d0cc1f8e7 add famfamfam icons, add pager (from the symfony-project), add CRUD prototype 14 éve
LICENSE 3d0cc1f8e7 add famfamfam icons, add pager (from the symfony-project), add CRUD prototype 14 éve
README.md 3d0cc1f8e7 add famfamfam icons, add pager (from the symfony-project), add CRUD prototype 14 éve

README.md

Prototype to easily create uniform backend application

Installation

Add BaseApplicationBundle to your src/Bundle dir

git submodule add git@github.com:sonata-project/BaseApplicationBundle.git src/Bundle/BaseApplicationBundle

Add EasyExtendsBundle to your application kernel

// app/AppKernel.php
public function registerBundles()
{
    return array(
        // ...
        new Bundle\BaseApplicationBundle\BaseApplicationBundle(),
        // ...
    );
}

Add this line into your config.yml file

base_application.config: ~