sulu / admin-bundle
Symfony bundle that provides administration functionality
This package's canonical repository appears to be gone and the package has been frozen as a result. Email us for help if needed.
Requires
- php: >=5.4
- sulu/sulu: 0.9.0
Requires (Dev)
- phpunit/phpunit: 4.0.*
- symfony/symfony: 2.5.*
This package is not auto-updated.
Last update: 2016-03-30 14:59:45 UTC
README
This bundle is part of the Sulu Content Management Framework (CMF) and licensed under the MIT License.
The SuluAdminBundle builds on other sulu-cmf bundles.
Features
- General UI for Sulu Administration
- Service for including own bundles in Sulu navigation
Requirements
- Symfony: 2.3.*
- Sulu: dev-master
- See also the require section of composer.json
Development
Installation
- Install SuluAdminBundle with composer into a symfony project
- Install all the node modules with
npm install(only require for grunt)
Live Development
There is a grunt task available to make editing and immediate testing of javascript files possible.
Assuming that you have grunt installed you can let run the task with grunt watch --force in the root directory.
All files will be copied to the correct location after you have edited them.
Building a production version
With the command grunt build you can build a new production version. All files will be optimized, and saved in a new location.
That is Resources/public/dist for javascript and css, and a new template, which uses the optimized files in Resources/views/Admin/index.html.dist.twig.
PHP Unit Testing
phpunit
PHP Mess Detector
phpmd . xml codesize,controversial,design,unusedcode --exclude vendor,Tests