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
- Host: GitHub
- URL: https://github.com/manishjoy/module-admincli-m2
- Owner: manishjoy
- License: osl-3.0
- Created: 2020-01-29T08:38:58.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-12-10T20:09:58.000Z (over 4 years ago)
- Last Synced: 2023-09-28T13:18:02.732Z (over 2 years ago)
- Topics: ajax, command-line, command-line-interface, magento, magento-extension, magento1, magento2, magento2-commands, magento2-extension, magento2-extension-free, magento2-module, manish-joy, manishjoy
- Language: PHP
- Homepage: https://manishjoy.github.io/
- Size: 17.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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

## 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?
--- OR ---
## Feedback and Support
## Tutorials and Blogs
