Skip to content

Commit

Permalink
Improve installation documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandre-butynski committed Oct 13, 2017
1 parent faa0470 commit 6bef895
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,14 @@ This package provide a service provider to add the "sftp" driver to Laravel Stor

## Installation

In order to install this package, add `neoxia/laravel-sftp` in `composer.json`.
Require this package with composer using the following command:

```JS
"require": {
"neoxia/laravel-sftp": "1.0.*"
},
```
composer require neoxia/laravel-sftp
```

And add the service provider in `config/app.php`.
As of Laravel 5.5, this package will be automatically discovered and registered.
For older version of Laravel, add the service provider in `config/app.php`.

```PHP
Neoxia\Filesystem\SftpServiceProvider::class,
Expand Down

0 comments on commit 6bef895

Please sign in to comment.