File tree Expand file tree Collapse file tree 1 file changed +1
-14
lines changed Expand file tree Collapse file tree 1 file changed +1
-14
lines changed Original file line number Diff line number Diff line change 5
5
[ ![ 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 )
6
6
[ ![ 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 )
7
7
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
9
9
10
10
This package allows Microsoft Azure File Storage
11
11
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.
14
14
15
15
composer require academe/laravel-azure-file-storage-driver
16
16
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.
30
17
This package just extends the filesystem driver, and provides no additional services.
31
18
32
19
## Configuration
You can’t perform that action at this time.
0 commit comments