Download the PHP package quendistudio/skin without Composer

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

Quendistudio.Skin

Enhances the Winter CMS admin interface with dropdown menus, breadcrumbs that handle subpages, previous and next buttons on forms, and optional shortcut buttons on the right side of the breadcrumb.

French documentation: README.fr.md

Quendistudio plugins work without Skin (secondary controllers stay in the side menu). Skin is recommended for the streamlined navigation experience.

Installation

Composer (recommended)

The skin is applied automatically to the backend when the plugin is enabled.

Backend → SettingsSkin (QuendiStudio Plugins category). Grant the quendistudio.skin.administrate permission to the relevant administrators.

Manual

Clone into plugins/quendistudio/skin, then:

Breadcrumb buttons (_breadcrumb_buttons.htm)

On list controllers (index action), Skin renders a partial named breadcrumb_buttons on the right side of the breadcrumb. This keeps rarely used subpages out of the side menu while remaining one click away.

How to implement (in your plugin, not in Skin)

  1. Create controllers/<controller>/_breadcrumb_buttons.htm in your plugin.
  2. Guard with $this->action === 'index' so create/update/preview actions keep the default breadcrumb buttons.
  3. Wrap links in <div class="breadcrumb-buttons"> (see examples below).

Skin discovers the partial via the active controller's view path — no registration in Skin is required.

Without Skin installed, the file is simply unused; your side menu entries remain the fallback.

Example — settings shortcut (SmallContactForm)

Path: plugins/quendistudio/smallcontactform/controllers/messages/_breadcrumb_buttons.htm

Example — secondary controllers (Support)

Path: plugins/quendistudio/support/controllers/tickets/_breadcrumb_buttons.htm

Links to ticket types and statuses on the ticket list. When Skin is installed, Quendistudio.Skin also hides those items from the Support side menu and keeps the menu context on the tickets section when browsing types/statuses.

Compatibility

TODO

Support

License

See the LICENCE file for license details.


All versions of skin with dependencies

PHP Build Version
Package Version
Requires php Version >=8.1
composer/installers Version ~1.11
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 quendistudio/skin contains the following files

Loading the files please wait ...