2017 © Pedro Peláez
 

symfony-bundle adminatom-bundle

admin atom bundle for symfony2

image

jrk/adminatom-bundle

admin atom bundle for symfony2

  • Saturday, November 7, 2015
  • by jreziga
  • Repository
  • 1 Watchers
  • 1 Stars
  • 25 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Getting started with JrkAdminAtomBundle

Setup

JrkAdminAtomBundle is a CRUD generator for Symfony2, (*1)

  • Using composer

Add jrk/adminatom-bundle as a dependency in your project's composer.json file:, (*2)

{
    "require": {
        "jrk/adminatom-bundle": "dev-master"
    }
}

Update composer, (*3)

php composer update
or 
php composer.phar update


- Add JrkAdminAtomBundle to your application kernel

``` php
<?php
// app/AppKernel.php

public function registerBundles()
{
    $bundles = array(
        // ...
        new Jrk\AdminAtomBundle\JrkAdminAtomBundle(),
    );
}

Configuration

``` yml, (*4)

app/config/config.yml

jrk_admin_atom: routing: prefix: 'back' ```, (*5)

Usage

The Versions

07/11 2015

dev-master

9999999-dev http://github.com/jreziga/JrkAdminAtomBundle

admin atom bundle for symfony2

  Sources   Download

GNU GPL v2

The Requires

 

cms atom admin jrk back-office