2017 © Pedro Peláez
 

project opencart_ide

image

rmanara/opencart_ide

  • Friday, June 29, 2018
  • by rodrigomanara
  • Repository
  • 1 Watchers
  • 3 Stars
  • 45 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 11 Versions
  • 0 % Grown

The README.md

Latest Stable Version Total Downloads License Latest Unstable Version, (*1)

opencart-ide

Create to help you identify magic method names on Opencart, (*2)

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

The Versions

29/06 2018

dev-master

9999999-dev

  Sources   Download

MIT

The Requires

 

10/09 2017

1.1.2

1.1.2.0

  Sources   Download

MIT

The Requires

 

01/08 2017

1.1.1

1.1.1.0

  Sources   Download

MIT

The Requires

 

28/07 2017

dev-develop

dev-develop

  Sources   Download

MIT

The Requires

 

28/07 2017

1.1.0

1.1.0.0

  Sources   Download

MIT

The Requires

 

28/07 2017

dev-dev-1.0.9

dev-dev-1.0.9

  Sources   Download

MIT

The Requires

 

28/07 2017

1.0.7

1.0.7.0

  Sources   Download

MIT

The Requires

 

09/01 2017

1.0.3

1.0.3.0

  Sources   Download

MIT

The Requires

 

09/01 2017

1.0.2

1.0.2.0

  Sources   Download

MIT

The Requires

 

09/01 2017

1.0.1

1.0.1.0

  Sources   Download

MIT

The Requires

 

05/01 2017

1.0.0

1.0.0.0

  Sources   Download

MIT

The Requires