Download the PHP package ezsystems/platform-ui-bundle without Composer
On this page you can find all versions of the php package ezsystems/platform-ui-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package platform-ui-bundle
Platform UI Bundle
PlatformUIBundle is a bundle for eZ Platform providing a web application to manage your content and administrate your eZ Platform install.
If you find a bug, please create an issue in JIRA and don't forget to add as much details as you can (steps to reproduce, OS and browser(s) versions, ...) and to put PlatformUI (Admin UI & Content IU) in the Component/s field. Before submitting an issue you can also consult the list of opened bugs or the complete list of reported bugs, improvements or stories.
If you discover a security issue, please see how to responsibly report such issues on https://doc.ez.no/Security
Installation
eZ Platform 1.0 (2015.11) or higher are required to run the PlatformUI.
PlatformUI and its dependencies are installed and setup by default in eZ Platform. To run PlatformUI, you just have to open http://[uri\_of\_ez]/ez in your favorite browser.
If for whatever reason, PlatformUIBundle is not installed, here is what you need to do:
-
From your eZ Platform installation, run composer:
-
In
app/AppKernel.php
add an instance of the following classes to the list of registered bundles: -
In
app/config/routing.yml
include the eZPlatformUIBundle routing configuration: - Make sure the REST API is configured to use the session based authentication.
- Run the following command:
If you are running eZ Platform in the prod
environment, you also need to dump
the assets for Assetic with:
Once this is done, you can go to http://[uri\_of\_ez]/ez to run the eZ Platform UI application.
Developers tasks
Most developer related tasks can be run with Grunt and have several additional dependencies:
-
Install grunt, yuidoc, bower and grover globally (usually you need to be root):
- Install phantomjs version 1.9.x
- Install local npm and bower dependencies, from the bundle root, run:
Once this is done, you can use any tasks registered in Grunt, the most interesting are:
-
Running the JavaScript unit tests
-
Running a single JavaScript unit test
-
Generate a code coverage from those tests:
The HTML coverage report is then available in
Tests/report/lcov-report/index.html
. -
Generate the JavaScript API doc:
-
Alternatively, you can run a live documentation server that will be available at http://127.0.0.1:3000 :
-
Update the custom AlloyEditor skin:
- To test updating custom AlloyEditor skin against custom platform-ui-assets-bundle builds:
To run the PHP unit tests, you first need to install the dev dependencies of the bundle. To do that, from the bundle root, run:
Then, you can run the unit tests with:
All versions of platform-ui-bundle with dependencies
ezsystems/repository-forms Version ^1.11
ezsystems/ezpublish-kernel Version ^6.13.3@dev
ezsystems/ez-support-tools Version ^0.2
zetacomponents/system-information Version ^1.1
willdurand/js-translation-bundle Version ^2.5
jms/translation-bundle Version ^1.3