We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca22446 commit 59fe396Copy full SHA for 59fe396
README.md
@@ -63,7 +63,7 @@ composer require league/flysystem-sftp
63
To install into a Laravel project, first do the composer install then add the following class to your config/app.php service providers list.
64
65
```php
66
-'BackupManager\Laravel4\BackupManagerServiceProvider',
+BackupManager\Laravel4\BackupManagerServiceProvider::class,
67
```
68
69
Copy the `config/storage.php` file to `app/config/packages/backup-manager/laravel-4/config/storage.php` and configure it to suit your needs.
0 commit comments