An open API service indexing awesome lists of open source software.

https://github.com/manishjoy/module-admincli-m2

Magento 2 Extension to allow admin user to run CLI commands from Admin Panel | Manish Joy
https://github.com/manishjoy/module-admincli-m2

ajax command-line command-line-interface magento magento-extension magento1 magento2 magento2-commands magento2-extension magento2-extension-free magento2-module manish-joy manishjoy

Last synced: about 1 month ago
JSON representation

Magento 2 Extension to allow admin user to run CLI commands from Admin Panel | Manish Joy

Awesome Lists containing this project

README

          

# Magento 2.x Extension | ManishJoy_AdminCli

``manishjoy/module-admincli-m2``

- [Main Functionalities](#main-functionalities)
- [Screenshots](#screenshots)
- [Installation](#installation)
- [Usage](#usage)
- [Prerequisites](#prerequisites)
- [Support The Work](#liked-my-work)
- [Feedback and Support](#feedback-and-support)

## Main Functionalities

#### This Extension allows admin user to run CLI commands from Admin Panel

- Now, no need to go through the complexities of connecting SSH/Terminal
- Uses `exec` php function
- Very easy installation and usage
- I recommend to use it ONLY on dev environments as it is not securely to run exec.

## Screenshots

Admin Command Line

## Installation
#### in production please use the `--keep-generated` option

- Unzip the zip file in `app/code/ManishJoy/AdminCli`
- Enable the module by running `php bin/magento module:enable ManishJoy_AdminCli`
- Apply database updates by running `php bin/magento setup:upgrade`
- Flush the cache by running `php bin/magento cache:flush`

## Usage

- Navigate to **System :arrow_right: Tools :arrow_right: Admin Command Line**
- Enter your password and the Magento command and then click **_Enter_**
- To know more about Magento 2.x commands, visit

## Prerequisites

### Use the following table to verify you have the correct prerequisites to install this Extension.



Prerequisite
How to check
For more information


Apache 2.2 or 2.4
Ubuntu: apache2 -v

CentOS: httpd -v
Apache


PHP 7.1.x or higher
php -v
PHP Ubuntu
PHP CentOS


MySQL 5.6.x
mysql -u [root user name] -p
MySQL


Magento 2.x
bin/magento --version
Magento

## Liked My Work?

Buy Me a Coffee

--- OR ---

SUPPORT ME ON PATREON

## Feedback and Support

- https://www.manishjoy.com

- support@manishjoy.com

## Tutorials and Blogs

- https://blog.manishjoy.com/magento-development-guide/