1.x install instructions

This commit is contained in:
Samuel Štancl 2019-09-23 16:07:24 +02:00
parent 44a6b6f23e
commit 21297e6ce3

View file

@ -7,14 +7,14 @@ section: content
# Installation {#getting-started} # Installation {#getting-started}
Laravel 5.8 or higher is needed. Laravel 5.8 is needed.
### Require the package via composer ### Require the package via composer
First you need to require the package using composer: First you need to require the package using composer:
``` ```
composer require stancl/tenancy composer require 'stancl/tenancy:~1.8'
``` ```
### Automatic installation {#automatic-installation} ### Automatic installation {#automatic-installation}