Skip to content
This repository has been archived by the owner on Sep 23, 2022. It is now read-only.

Roadmap

Gildas Quéméner edited this page Nov 24, 2012 · 1 revision

With RadBundle, we plan to simplify next things:

  • Single AppBundle

  • Conventional routing loader

  • Form manager, that knows how to automatically create form for any entity

    1. Creation of basic form for entity without appropriate FormType

    2. Creation of form for entity with apropriate FormType

      $form = $this->createFormFor($entity);

  • More common methods in base controller

  • New, much more extendable base layout (based on Twitter Bootstrap or others later)

  • Automerging of AppBundle configuration

  • Autoregistration of TwigExtensions

  • Autoregistration of SecurityVoters

  • Autoinjection of repositories into DIC

  • Console command to show conventions application and rules

Clone this wiki locally