Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nanbando/sulu
Sulu Plugin which provides presets and autodetecting version of your sulu application
https://github.com/nanbando/sulu
nanbando nanbando-plugin sulu
Last synced: about 1 month ago
JSON representation
Sulu Plugin which provides presets and autodetecting version of your sulu application
- Host: GitHub
- URL: https://github.com/nanbando/sulu
- Owner: nanbando
- License: mit
- Created: 2016-11-21T17:59:45.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-11T12:17:54.000Z (over 7 years ago)
- Last Synced: 2024-11-15T22:31:00.372Z (about 1 month ago)
- Topics: nanbando, nanbando-plugin, sulu
- Language: PHP
- Homepage: http://sulu.io
- Size: 43.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Nanbando: sulu
Nanando-Plugin which provides requirements and config-presets. When this plugin ist activated it will detect your
sulu version and edition. Therefor you can omit the necessary-config for your sulu-application.## Available Presets
This Plugin provides presets for all combinations between the editions "standard", "minimal" and phpcr_backends
"jackrabbit" and "doctrinedbal". Also the drafting changes in versions ^1.3 will be handled correctly.## Automatic detection
This plugin is able to detect your application automatically. It will prepend the configuration for the `application`
in your nanbando.json file.If the plugin is not able todo this (f.e. if you integrate sulu into another application) you can still use the
presets when you configure the `application`.```json
{
...
"application": {
"name": "sulu",
"version": "1.4.1",
"options" {
"edition": "standard|minimal|custom",
"phpcr_backend": "doctrinedbal|jackrabbit"
}
}
...
}
```## Installation
You can install this plugin by adding `nanbando/sulu` to the `require`-section of the nanbando.json file.
## Configuration
```json
{
"name": "application",
"imports": [
"app/config/parameters.yml"
],
"require": {
"nanbando/sulu": "^0.1"
}
}
```If you use the standard edition you also have to import `app/config/phpcr.yml` which contains the configuration for
`phpcr_backend`.## Documentation
See the official documentation on [nanbando.readthedocs.io/en/latest/plugins/index.html](https://nanbando.readthedocs.io/en/latest/plugins/index.html).