Skip to content

Commit abad187

Browse files
authored
Update readme supported versions
1 parent 2f360f2 commit abad187

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

README.md

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![GitHub license](https://img.shields.io/github/license/academe/laravel-azure-file-storage-driver.svg)](https://github.com/academe/laravel-azure-file-storage-driver/blob/master/LICENCE)
66
[![GitHub issues](https://img.shields.io/github/issues/academe/laravel-azure-file-storage-driver.svg)](https://github.com/academe/laravel-azure-file-storage-driver/issues)
77

8-
# Microsoft Azure File Storage Filesystem Driver for Laravel 5 and 6
8+
# Microsoft Azure File Storage Filesystem Driver for Laravel 6. 7 and 9
99

1010
This package allows Microsoft Azure File Storage
1111
to be used as a filesystem in laravel 5 and 6.
@@ -14,19 +14,6 @@ to be used as a filesystem in laravel 5 and 6.
1414

1515
composer require academe/laravel-azure-file-storage-driver
1616

17-
## Usage
18-
19-
If you're on Laravel 5.4 or earlier, add the service provider in your `config/app.php`:
20-
21-
```php
22-
'providers' => [
23-
...
24-
Academe\Laravel\AzureFileStorageDriver\ServiceProvider::class,
25-
...
26-
],
27-
```
28-
29-
For Laravel 5.5+ this step is not necessary.
3017
This package just extends the filesystem driver, and provides no additional services.
3118

3219
## Configuration

0 commit comments

Comments
 (0)