jonathandey / oc-jd-dingoapi

Dingo/API implementation for OctoberCMS
MIT License
16 stars 7 forks source link

How to install? #7

Closed nest-don closed 7 years ago

nest-don commented 7 years ago

How do you install this please?

do you use composer i.e.

composer require "jonathandey/oc-jd-dingoapi:*"

or do you manually copy this to the plugin folder?

i copied the folder manually to plugins/oc-jd-dingoapi but the plugin does not seem to be recognised.

jonathandey commented 7 years ago

To install the plugin you need to first create a folder within your plugins directory called "jd" (this is the author folder). The you need to clone this repository in to that folder git clone https://github.com/jonathandey/oc-jd-dingoapi.git dingoapi You should then be up and running :)

nest-don commented 7 years ago

Thank you so much for an excellent project. It saved me lots of time.

jonathandey commented 7 years ago

No problem! I can't take too much credit though, the heavy lifting is done by the Dingo/Api project.