An open API service indexing awesome lists of open source software.

https://github.com/adamwojs/custom-policy-example-bundle

Example of integration the custom policy with UI for eZ Platform v1.X and v2.X.
https://github.com/adamwojs/custom-policy-example-bundle

ez-platform ezplatform ezpublish

Last synced: about 1 year ago
JSON representation

Example of integration the custom policy with UI for eZ Platform v1.X and v2.X.

Awesome Lists containing this project

README

          

# custom-policy-example-bundle

This repository contains example of integration the custom policy with UI for eZ Platform v1.X and v2.X.

## Installation

1. Add the following repository to `composer.json`:
```json
"repositories": [
{
"type": "vcs",
"url": "https://github.com/adamwojs/custom-policy-example-bundle.git"
}
]
```
2. Require the bundle with composer
```shell
composer require "adamwojs/custom-policy-example-bundle" "dev-master"
```
3. Enable the bundle in the kernel:

```php