Download the PHP package qc/qc-be-domain-color without Composer

On this page you can find all versions of the php package qc/qc-be-domain-color. 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 qc-be-domain-color

BE Domain Color

Key: qc_be_domain_color Author: Marc Munos, Québec.ca

Documentation en français plus bas

Screenshot

If the domain fits in the user preferences and the TYPO3 instance being used, the color is applied in the Modules frame:

Description

This extension inject CSS in the BE interface to modify the color of the left/Modules frame. The color is associated to one or many domains. It can be useful when you get many TYPO3 instances, local DDEV/Docker installations or development servers and you want to really make the production server stand out.

Usage

  1. Go to your own preferences in the top righ menu in TYPO3 BE where you can change your password or startup module.
  2. Click the "Domain Color" tab
  3. Add domain or partial part of it, set a color and save your preferences.

Features

Examples

Suppose you got many servers with domains like: web.example.com, web2.example.com, testing.example.com and ddev.site

All those variations are valid entries for the domain field in the module:

If you ever got two domains that compared to the same, the last color will "win".

If the domain doesn't exist in the TYPO3 instance you're on, the default color is applied.

Composer installation

composer req qc/qc-be-domain-color

Documentation française

Description

Cette extension permet de personnaliser la couleur de fond de la barre des modules du panneau d'administration de TYPO3 (le « backend ») en fonction du domaine web. Elle s'adresse donc aux personnes qui travaillent sur plusieurs environnements (production, acceptation, formation, développement, etc.). Elle leur permet d'identifier visuellement l'environnement sur lequel ils se trouvent.

Utilisation

Suivez les étapes suivantes pour appliquer une couleur à un environnement.

  1. Ouvrir les paramètres de l'utilisateur (en haut à droite)
  2. Choisir l'onglet «Couleurs par domaine»
  3. Utiliser le formulaire pour ajouter une ou plusieurs correspondances domaine/couleur que voulu. Si votre BD de production est régulièrement exportée et importée dans d'autres environnements, c'est le bon endroit pour y faire les réglages pour tous les environnements.

Fonctionnalités**

L'identification du domaine se fait par expression régulière. Toutes les correspondances domaine/couleur sont testées. La dernière qui correspond au domaine de l'adresse web en cours donne la couleur de fond de la barre de gauche.

Exemples

Voici quelques exemples d'expressions régulières pour identifier le domaine courant :

Installation Composer

composer req qc/qc-be-domain-color


All versions of qc-be-domain-color with dependencies

PHP Build Version
Package Version
Requires typo3/cms-core Version ^12
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 qc/qc-be-domain-color contains the following files

Loading the files please wait ....