Download the PHP package bluetel/ezplatform-admin-ui-entrypoint-components without Composer

On this page you can find all versions of the php package bluetel/ezplatform-admin-ui-entrypoint-components. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package ezplatform-admin-ui-entrypoint-components

EZ Platform Admin UI Entrypoint Components

This package adds a few new admin UI components for including assets from the entrypoints.json file that can be used as part of the Ez platform admin UI component system. This is useful for when you want to use encore generated assets in the CMS.

Compatibility:

Currently these components have only been tested on eZ platform 3.0+

Usage:

This package adds 3 new admin ui components:

To use these components add / a new entrypoint into your webpack.config.js file.

In our example we will be adding a new entrypoint for extending the create_form component. Adding a new entry into our webpack config exposes the webpack assets in our entrypoints.json file.

When running webpack your entrypoints.json will now look something like this depending on the assets you are exporting from new entrypoint

Once we have a new entrypoint defined you can add a extend definition like

Adding this will automatically add include statements for all files listed under the CSS and JS keys in the entrypoints.json file generated by webpack.

Detailed Reference

Including all assets for an entry:

The EntrypointComponent component includes all assets for a given entrypoint.json file. The available arguments to pass to it are:

Including only JS files from a given entry:

The EntrypointScriptComponent allows you to include all the scripts given in the js key under the entrypoint.json. All attributes are applied globally across included scripts for the entrypoint.

The available arguments to pass to it are:

Including only CSS files from a given entry

The EntrypointCSSComponent allows you to include all the stylesheets given in the css key under the entrypoint.json. All attributes are applied globally across included scripts for the entrypoint.

The available arguments to pass to it are:


All versions of ezplatform-admin-ui-entrypoint-components with dependencies

PHP Build Version
Package Version
Requires symfony/options-resolver Version *
symfony/webpack-encore-bundle Version ^1.7
ezsystems/ezplatform-admin-ui Version ^2.3
twig/twig Version ^3.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package bluetel/ezplatform-admin-ui-entrypoint-components contains the following files

Loading the files please wait ....