Download the PHP package spicyweb/craft-fieldlabels without Composer

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

Field Labels

Note: Field Labels is no longer supported, due to its field label/instruction overriding ability being added to Craft 3.5. If you are a user of Field Labels upgrading to Craft 3.5 or later Craft 3 releases, please check to confirm that Field Labels 1.3 has successfully migrated your field label/instruction overrides to the Craft 3.5 format, then uninstall Field Labels.

Users of Craft 3.1-3.4 may continue to use Field Labels 1.2.4, users of Craft 2 may continue to use Relabel 0.1.3, and the license allows you to fork this project and make any changes that you require.

A Craft CMS plugin that allows overriding field labels and instructions for individual entry and element types in the field layout designer. This is useful for when you want to tailor the name or instructions of a field to a particular area, without having to create another (essentially identical) field.

If you want to hide a field's name or instructions, rather than replace them -- Field Labels can do that, too! Just check the Hide Name and/or the Hide Instructions boxes in the Field Labels relabelling modal window.

Field Labels supports overriding the names and instructions on any custom fields used with:

Note: This is the plugin originally released for Craft 2 as Relabel.

Installation

Field Labels can be installed from the Craft Plugin Store or with Composer.

Craft Plugin Store

Open your Craft project's control panel, navigate to the Plugin Store, search for Field Labels and click Install.

Composer

Open your terminal, navigate to your Craft project's root directory and run the following command:

Then open your project's control panel, navigate to Settings → Plugins, find Field Labels and click Install.

Upgrading from Relabel for Craft 2

When installing Field Labels on a Craft 3 project that was upgraded from Craft 2 and had Relabel for Craft 2 installed, the previous Relabel data will automatically be migrated for use with Field Labels.

Screenshots


Created by Benjamin Fleming
Maintained by Spicy Web


All versions of craft-fieldlabels with dependencies

PHP Build Version
Package Version
Requires craftcms/cms Version ^3.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 spicyweb/craft-fieldlabels contains the following files

Loading the files please wait ....