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 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
1010This package allows Microsoft Azure File Storage
1111to 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.
3017This package just extends the filesystem driver, and provides no additional services.
3118
3219## Configuration
You can’t perform that action at this time.
0 commit comments