Download the PHP package fkruidhof/adminquickview without Composer

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

Magento 2 module to quickly access product, order or customer views

Introduction

The Magento 2 backend can be sluggish.

Ever wanted to access a product or order via the backend? Going to the list view, wait for the list to load, enter filter, wait for the results, look for the item you want and click it.... it takes too long if you already know where you want to go.

This module tries to help out with that. It creates an extra menu item called "Quick View". Using this you can enter a product sku, product id, order increment id, order id, customer email or customer id, and you will view that item directly. No more filtering and waiting.

Extending the module to add custom fields to the menu has been made easy, see below.

Installation

Install package using composer

This will install fkruidhof/adminquickview

Enable module and run installers

Configuration

There are no configurations. When the module is installed it is automatically active. An extra "Quick View" menu item will be displayed in the admin menu. The module does have an ACL resource, so please make sure to activate the "Admin Quick View actions" role resource for the roles of the users that wish to use the module.

Extending the functionality

Extra fields can be easily added to the menu. Just make a new module with a model class that implements QuickViewInterface and add it to the QuickViewPool via adminhtml/di.xml.

adminhtml/di.xml example:

Keep in mind that the idea behind this module is to redirect to a url, nothing more, nothing less.

Security considerations

The module uses it's own ACL resources, but more importantly: it just redirects the user to a url. No access controls are bypassed using this module.

Compatibility

PHP >=7.4

Only tested on Magento 2.4.x with the default admin theme.


All versions of adminquickview with dependencies

PHP Build Version
Package Version
Requires php Version ^7.4
magento/module-catalog Version ^104.0
magento/module-cms Version ^104.0
magento/module-customer Version ^103.0
magento/module-sales Version ^103.0
magento/module-theme Version ^101.0
magento/magento-composer-installer Version *
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 fkruidhof/adminquickview contains the following files

Loading the files please wait ...