Download the PHP package rhymedigital/contao_backend_rhyme without Composer

On this page you can find all versions of the php package rhymedigital/contao_backend_rhyme. 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 contao_backend_rhyme

Contao Back End Bundle

A Contao CMS 4.x bundle that applies a custom theme to the back end of the website.


Preview of the theme

Configurations

To add custom element set configurations, add your .php files into the following directories (including any number of subdirectories) in your bundle.

Examples:

Alternatively, you can use an event listener that accepts the Rhyme\ContaoBackendThemeBundle\Event\LoadElementSetsEvent type event, with tag rhyme_be.load_element_sets.


Images

To add custom images for each element set, each image must be of type .png, and the file name must match the element set config key.

Add your custom element set images into an element_sets directory (including any number of subdirectories) anywhere in your bundle directory.

Examples:

NOTE: In order for the images to work, you need to run the Recreate the symlinks command via "Maintenance" > "Purge Data" in Contao.

Alternatively, you can run the assets:install command in the %kernel.project_dir%. Be sure to replace web or public with your custom %contao.web_dir% if you have one.

Examples:


Language Entries

To add language entries for each custom element set, you need to add to the $GLOBALS['TL_LANG']['VEE']['element_sets'] array. You may add them into your default.php or default.xlf files, but we recommend adding element_sets.php or element_sets.xlf files to your language directories to keep things organized.

Language entries for element sets must match the element set's config key.

Language entries for element set groups must match the group's config key, prepended by group_. For example, an element set group with the config key my_element_set_group would need to have the language entry key group_my_element_set_group.

Examples:


All versions of contao_backend_rhyme with dependencies

PHP Build Version
Package Version
Requires php Version ^7.4 || ^8.0
contao/core-bundle Version ^4.4 || ^5.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 rhymedigital/contao_backend_rhyme contains the following files

Loading the files please wait ....