The module adds PHP console to the admin panel
Opencart 3.x.x
Installation: Option 1
- Install the LocalCopy module
- Reload modifiers
- Install phpConsole module via installer
- Reload modifiers
- Add rights to the module / tool / console /
- Done!
Installation: Option 2
- Upload files from upload folder
- Install phpConsole.ocmod.xml via installer or download it to / system folder
- Reload modifiers
- Add rights to the module / tool / console /
- Done!
Menu location:
System -> Maintenance -> PHP Console
Principle of operation:
Enter the PHP script, click the "Run" button and the result is shown
All commands are available for execution as from a regular controller
in this case <? php does NOT need to be entered
Example
Will display an array of installed languages
GUTHUB
Attention! Through the console, you can manage all the functions on the server (that is, you can also delete the database), so be careful with the rights, and yourself. Before using, make a full backup of your files and database.
The module is designed to work on a test site
Login and write down your comment.
Login my OpenCart Account