Download the PHP package kanopi/gin-admin-experience without Composer

On this page you can find all versions of the php package kanopi/gin-admin-experience. 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 gin-admin-experience

saplings

Saplings - Gin Admin Experience Drupal Recipe

A simple Drupal Recipe for installing and configuring the Gin admin theme and supporting base modules.

Configuring Drupal for Recipes

If you need to configure your project to use recipes, please see the Getting Started: Configuring Drupal 11 to Apply Recipes¶ documentation page.

Requiring this Recipe

For Drupal 11.2 and above

composer require kanopi/gin-admin-experience:^2

For Drupal 10, 11.0/1

For Drupal 10 and 11.0/1 recipe can only be applied when Stark is the admin theme as set by the minimal profile if you are starting a new site. Use the 1.x release for that.

composer require kanopi/gin-admin-experience:^1

Applying this Recipe

Using Drush

drush recipe ../recipes/gin-admin-experience

Using Drupal core's script

From your webroot run php core/scripts/drupal recipe ../recipes/gin-admin-experience

Unpacking this Recipe

For the best recipe experience, make sure you project is configured to use Drupal core's Recipe Unpacking system. When a recipe is required, this plugin "unpacks" it by moving the recipe's dependencies directly into your project's root composer.json, and removes the recipe as a project dependency.

New projects started from Drupal 11.2 will most likely have this on by default, but it can be configured on and Drupal 10/11 project.

View the New Recipe Unpack composer plugin change record to learn how.


All versions of gin-admin-experience with dependencies

PHP Build Version
Package Version
Requires drupal/core Version ^11.2
drupal/gin Version ^5
drupal/gin_login Version ^2.1
drupal/navigation_extra_tools Version ^1.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 kanopi/gin-admin-experience contains the following files

Loading the files please wait ...