rmanara/opencart_ide

1.1.2 2017-09-09 23:37 UTC

This package is not auto-updated.

Last update: 2024-04-27 18:04:13 UTC


README

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