gluon-web-remote

Web remote Administration for big size of gluon routers
git clone git://archive.git.mtrnord.blog/MTRNord/gluon-web-remote.git
Log | Files | Refs | README

README.md (420B)


      1 # Recursion Context
      2 
      3 ...
      4 
      5 ## Installation
      6 
      7 To add Recursion Context as a local, per-project dependency to your project, simply add a dependency on `sebastian/recursion-context` to your project's `composer.json` file. Here is a minimal example of a `composer.json` file that just defines a dependency on Recursion Context 1.0:
      8 
      9     {
     10         "require": {
     11             "sebastian/recursion-context": "~1.0"
     12         }
     13     }