sulu / admin-bundle
Symfony bundle that provides administration functionality
Installs: 23 727
Dependents: 10
Suggesters: 0
Security: 0
Stars: 3
Watchers: 20
Forks: 1
Open Issues: 1
Language:JavaScript
Requires
- php: >=5.4
- sulu/sulu: 0.9.0
Requires (Dev)
- phpunit/phpunit: 4.0.*
- symfony/symfony: 2.5.*
- dev-master
- 0.9.0
- 0.8.0
- 0.7.0
- 0.6.7
- 0.6.6
- 0.6.5
- 0.6.4
- 0.6.3
- 0.6.2
- 0.6.1
- 0.6.0
- 0.5.3
- 0.5.2
- 0.5.1
- 0.5.0
- 0.4.2
- 0.4.1
- 0.4.0
- 0.3.0
- 0.2.0
- 0.1.0
- dev-develop
- dev-feature/block-redesign
- dev-hotfix/column-navigation
- dev-feature/widgets-toolbar-items
- dev-feature/grid-group
- dev-feature/single-row-component
- dev-feature/icons
- dev-feature/breakpoints
- dev-feature/block-content-type
- dev-feature/edit-toolbar-template-extend
- dev-experiment/structure
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