Download the PHP package moo/flashcardadmin-bundle without Composer
On this page you can find all versions of the php package moo/flashcardadmin-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download moo/flashcardadmin-bundle
More information about moo/flashcardadmin-bundle
Files in moo/flashcardadmin-bundle
Package flashcardadmin-bundle
Short Description Symfony bundle that provides admin classes that be used with SonataAdminBundle.
License MIT
Homepage https://github.com/satrun77/FlashCardAdminBundle
Informations about the package flashcardadmin-bundle
FlashCardAdminBundle
The FlashCardAdminBundle is a Symfony2 bundle that provides admin classes that be used with SonataAdminBundle.
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.
Installation (5 steps)
Assuming that you have SonataAdminBundle installed and configured.
1. Download FlashCardAdminBundle with composer.
Add the following to your composer.json:
Install the bundle by executing the following command:
2. Add the bundle configurations.
Open your application base configuration file app/config/config.yml
and add the following to the imports section.
3. Enable the bundle in your application kernel.
4. (optional) Install CRUD ACL rules for the Admin classes.
You can read more about ACL in SonataAdmin (here).
5. Publish bundle assets for Development and Production environments.
DONE!
- You can access the homepage of the bundle from
http://yoursite.com/app_dev.php/admin