Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 560 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 560 Bytes

RouterOS for Laravel

Packages are the primary way of adding functionality to Laravel.

This is a wrapper of http://pear2.github.io/Net_RouterOS/

Installing

Laravel 4.*:

  • Open composer.json

  • Add something like this to the repositories section:

  "repositories": [
      {
        "type":"git",
        "url":"https://github.com/Ceesco53/routeros"
      }
  ]
  • Add this to the require section:
    "ceesco53/routeros": "dev-master"

License