2017 © Pedro Peláez
 

symfony-bundle propel-admin-bundle

Powerful propel admin generator.

image

smirik/propel-admin-bundle

Powerful propel admin generator.

  • Wednesday, November 11, 2015
  • by smirik
  • Repository
  • 2 Watchers
  • 9 Stars
  • 15,689 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 6 Forks
  • 9 Open issues
  • 11 Versions
  • 0 % Grown

The README.md

SmirikPropelAdminBundle

Build Status, (*1)

SmirikPropelAdminBundle is a missing admin generator for Symfony2. It allows to create config-based flexible administrative tool for any propel data. It works "out of the box". You only need to install it & run the console command., (*2)

Features:, (*3)

  • Console "out of the box" creating admin tool.
  • Overriding any templates and/or actions via config or inheritance.
  • Admin tools for any bundle even external like FOSUserBundle.

Reminder

If you are using smirik/propel-admin-bundle since version 1.0, please use 1.0.x branch for compability issues., (*4)

Changelog

  • [2013-08-08]: New publish/unpublish standard action. Major refactoring. Update documentation.
  • [2013-08-07]: Branch to 1.0.x for support.
  • [2013-05-30]: Update documentation for file-based fields & related stuff.
  • [2013-05-30]: Add support for file-upload fields.

Documentation

Check Resources/doc/index.md for the documentation., (*5)

Getting started

All instructions are in documentation., (*6)

Demo

To see the functionality in action you can clone sandbox: SmirikPropelAdminDemoBundle. It is already configured project with 2 models (Category and Page) & generated PropelAdmin classes & configs., (*7)

Contribution & Tests

To run test suite install dependencies: ``` bash php composer.phar install, (*8)


and run `phpspec` test suite: ``` bash bin/phpspec run

Any contribution & pull requests are welcome. git-flow is used for this project, that's why use develop branch for new features. master branch is used only for hotfixes & stable releases., (*9)

License

MIT. Complete License is available in Resources/meta/LICENSE, (*10)

The Versions