Administration bundle for Symfony2
This project is a simple and lite demonstration usage for SfsAdminBundle with Symfony2.
-
Clone the project
-
Install dependencies
$ composer install -
Create your app/config/parameters.yml file
-
Generate fixtures
$ php app/console doctrine:fixtures:load -
Go to the /admin URL and connect using admin/admin as login/password.
The online documentation for SfsAdminBundle is available in http://sfsadmin.solidlynx.com
This project is under the terms of the MIT License (MIT)