Skip to content

Latest commit

 

History

History
137 lines (99 loc) · 7.59 KB

documentation.md

File metadata and controls

137 lines (99 loc) · 7.59 KB

Documentation


This site provides API documentation for latest build of Symfony2 Admin Generator. If you're working with older versions we encourage you to update to latest build. If you're getting errors or have trouble with update'ing see submitting issues and open a ticket on github.

Table of contents

  1. Installation
  2. Support and Contribution
  3. Features
  4. Generator
  5. Builders
  6. Internationalization
  7. Cookbook
  8. Security

1. Installation

  1. Installation via composer
  2. Installation via git submodules
  3. Configuration

go up

2. Support and Contribution

  1. Submitting issues
  2. Contributing
  3. Upgrade notes

go up

3. Features

List of supported features for each model manager:

  1. Doctrine ORM
  2. Doctrine ODM
  3. Propel

go up

4. Generator

  1. Embed form types
  2. Entity manager
  3. Primary Key requirement

go up

5. Builders

  1. Actions builder
  2. List builder
  3. Edit builder
  4. Excel builder

go up

6. Internationalization

  1. Generator translation

go up

7. Cookbook

  1. Controllers Tips and Tricks
  2. Templating Tips and Tricks
  3. How to create menu
  4. How to use a2lixTranslationFormBundle with AdmingeneratorGeneratorBundle
  5. Command Line
  6. Form types
  7. Conditional actions (deprecated)
  8. Changeing web directory
  9. Extending generator templates
  10. Creating custom view types

go up

8. Security

  1. Credentials
  2. CSRF Protection

go up