Skip to content

rodrigomanara/opencart-ide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Latest Stable Version Total Downloads License Latest Unstable Version

opencart-ide

Create to help you identify magic method names on Opencart

using composer require

composer require rmanara/opencart_ide

or just add it on composer like this

{
    "name": "opencart/opencart",
    ...
    "require": {
    ...
    "rmanara/opencart_ide" : "^1.0"
    }
}

add script on composer so it will run it for you on update/install

{
    "name": "opencart/opencart",
    ...
    "require": {
    ...
    },
    "scripts": {
        "post-install-cmd": [
            "IDE\\Installer::Init"
        ],
        "post-update-cmd": [
            "IDE\\Installer::Init"
        ]
    }
}

after run "composer install" you will see th

Loading composer repositories with package information
Installing dependencies (including require-dev) from lock file
Nothing to install or update
Generating autoload files
> IDE\Installer::Init

then go to any controller and check