# Common Laravel

Some of our Laravel project will share some common files, e.g. Models. This repository is intended to be included in other projects as a composer package which will give the Developer access to these files

## Installation

In the project's `composer.json` file, add the following settings:

```
"require": {
    ...
    "vitalhikescotland/common-laravel": "master"
},
"repositories": [
    {
        "type": "vcs",
        "url": "git@bitbucket.org:vitalhikescotland/common-laravel.git"
    }
]
```
