Coder Social home page Coder Social logo

opencart-ide's Introduction

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

opencart-ide's People

Contributors

rodrigomanara avatar 123fork avatar

Stargazers

George Tsachrelias avatar  avatar Zen Zhao avatar Stefan Huber avatar Kallef Alexandre avatar

Watchers

James Cloos avatar  avatar

Forkers

123fork ip-cam

opencart-ide's Issues

Quickly open module / controller

First of all, I would like to do a great job.
I wanted to ask whether it is possible to refer to modules and controllers by clicking the module name holding the CTRL key.

Issue on Find path

I have got last version 1.1.0 from Composer and install it for clear Opencart release.
var_dump($dir) looks something like that:
"/www/opencart.loc/./upload/system/storage/vendor/../upload/admin/model"
and it's doesn't work:)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.