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.
- Host: GitHub
- URL: https://github.com/adamwojs/custom-policy-example-bundle
- Owner: adamwojs
- License: gpl-2.0
- Created: 2017-10-17T18:50:28.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-20T20:03:20.000Z (over 8 years ago)
- Last Synced: 2025-02-05T05:20:18.422Z (over 1 year ago)
- Topics: ez-platform, ezplatform, ezpublish
- Language: PHP
- Homepage:
- Size: 13.7 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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