Download the PHP package flexydev/theme-responsive-adminhtml-backend without Composer

On this page you can find all versions of the php package flexydev/theme-responsive-adminhtml-backend. 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 theme-responsive-adminhtml-backend

Magento Responsive Admin Theme

The default Magento 2 Admin interface lacks responsiveness, making it difficult to use on mobile devices. To address this issue, I took the initiative to create the Magento Responsive Admin Theme, as I wasn't able to find any free one.

Overview

This theme is an extension of the default Magento 2 admin theme, designed to make the admin panel responsive and accessible on mobile devices. While it may not be flawless, it significantly improves usability.\ \ For now, there are few lines added in less files and some basic javascript to handle menu toggling. It might be improved over time to make things look better.

Installation

The easiest method of installation is by using Composer:

Alternatively, you can download the repository and place it in the app/design/adminhtml/Flexydev/responsive directory. To activate the theme, you can either use the provided module, which handles the activation process: Magento Responsive Admin Module, or manually add the necessary configuration to your existing module.

Extending

If you wish to extend this theme's functionality, you can create your own child theme in the app/design/adminhtml/{Vendor}/{theme} directory. In your child theme, you can selectively override or extend only the files you need. As there are not many changes in this theme, you can easily copy the required files and customize them according to your requirements. Don't forget to update your configuration to use your new theme.

Contribute

Feel free to submit pull requests with your improvements.


All versions of theme-responsive-adminhtml-backend with dependencies

PHP Build Version
Package Version
Requires php Version >=7.0
magento/framework Version >=100.0
flexydev/module-responsive-admin 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 flexydev/theme-responsive-adminhtml-backend contains the following files

Loading the files please wait ...