Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 398 Bytes

README.md

File metadata and controls

19 lines (17 loc) · 398 Bytes

RelluDatabase

Install

  1. Add this two lines to the composer.json
"repositories": [
  {
      "type": "vcs",
      "url": "https://github.com/Relluem94s/RelluDatabase.git"
  }
]
"require": {
    "relluem94/relludatabase": "master"
}
  1. Run composer update to download the RelluDatabase Dependency for your project.