thecodingtutor / module-shell
dev-master
2021-12-10 20:18 UTC
This package is not auto-updated.
Last update: 2025-05-03 18:24:18 UTC
README
Magento 2 Extension
The extension helps the store owner to execute the commonly used CLI commands from frontend without ssh/terminal.
Features:
- Easy to use
- Unencrypted code for easy customization
- Compatible for layman user
Usage
After installing the extension, access the UI by visiting {{base_url}}/shell e.g. http://mymagentourl.com/shell
More courses and tutorials about Magento 2 visit:
https://blog.manishjoy.com/magento-development-guide/
The extension is free and always will be
Additional Charges:
Installation: $ 20
Support: $ 40 /6 months
Liked my work?
--- OR ---
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 5.6.x, 7.0.2, 7.0.4 or 7.0.6 | php -v |
PHP Ubuntu PHP CentOS |
MySQL 5.6.x | mysql -u [root user name] -p |
MySQL |