2017 © Pedro Peláez
 

symfony-bundle flashcardadmin-bundle

Symfony bundle that provides admin classes that be used with SonataAdminBundle.

image

moo/flashcardadmin-bundle

Symfony bundle that provides admin classes that be used with SonataAdminBundle.

  • Friday, January 29, 2016
  • by satrun77
  • Repository
  • 1 Watchers
  • 0 Stars
  • 19 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

FlashCardAdminBundle

SensioLabsInsight Scrutinizer Code Quality, (*1)

The FlashCardAdminBundle is a Symfony2 bundle that provides admin classes that be used with SonataAdminBundle., (*2)

Features

Version 1.0.0

  • 2 admin classes one for managing cards, and the other one for managing card categories.

License

This bundle is under the MIT license. View the LICENSE.md file for the full copyright and license information., (*3)

Installation (5 steps)


Assuming that you have SonataAdminBundle installed and configured., (*4)


1. Download FlashCardAdminBundle with composer.

Add the following to your composer.json:, (*5)

{
    "require": {
        "moo/flashcardadmin-bundle": "*"
    }
}

Install the bundle by executing the following command:, (*6)

``` bash $ php composer.phar update moo/flashcardadmin-bundle, (*7)


### 2. Add the bundle configurations. Open your application base configuration file `app/config/config.yml` and add the following to the imports section. ```yml imports: # .... - { resource: "@MooFlashCardAdminBundle/Resources/config/admin.yml" }

3. Enable the bundle in your application kernel.

``` php <?php // app/AppKernel.php, (*8)

public function registerBundles() { $bundles = array( // ... new Moo\FlashCardAdminBundle\MooFlashCardAdminBundle(), ); }, (*9)


### 4. ***(optional)*** Install CRUD ACL rules for the Admin classes. ```bash $ php app/console sonata:admin:setup-acl

You can read more about ACL in SonataAdmin (here)., (*10)

5. Publish bundle assets for Development and Production environments.

$ php app/console assets:install web --symlink
$ php app/console assetic:dump

DONE!

  • You can access the homepage of the bundle from http://yoursite.com/app_dev.php/admin

The Versions

29/01 2016

dev-master

9999999-dev https://github.com/satrun77/FlashCardAdminBundle

Symfony bundle that provides admin classes that be used with SonataAdminBundle.

  Sources   Download

MIT

The Requires

 

admin knowledgebase flash card sonataadminbundle

31/08 2015

v1.0.3

1.0.3.0 https://github.com/satrun77/FlashCardAdminBundle

Symfony bundle that provides admin classes that be used with SonataAdminBundle.

  Sources   Download

MIT

The Requires

 

admin knowledgebase flash card sonataadminbundle

24/07 2014

v1.0.2

1.0.2.0 https://github.com/satrun77/FlashCardAdminBundle

Symfony bundle that provides admin classes that be used with SonataAdminBundle.

  Sources   Download

MIT

The Requires

 

admin knowledgebase flash card sonataadminbundle

06/12 2013

1.0.0

1.0.0.0 https://github.com/satrun77/FlashCardAdminBundle

Symfony bundle that provides admin classes that be used with SonataAdminBundle.

  Sources   Download

MIT

The Requires

 

admin knowledgebase flash card sonataadminbundle