Skip to content

Commit 8036df6

Browse files
author
Shawn McCool
committed
update documentation with laravel 5.0 support
1 parent cfe721a commit 8036df6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,13 @@ Copy the `vendor/backup-manager/laravel/config/backup-manager.php` file to `app/
6868

6969
#### Laravel 5 Configuration
7070

71-
To install into a Laravel project, first do the composer install then add the following class to your config/app.php service providers list.
71+
To install into a Laravel project, first do the composer install then add *ONE *of the following classes to your config/app.php service providers list.
7272

7373
```php
74+
// FOR LARAVEL 5.0 ONLY
75+
BackupManager\Laravel\Laravel50ServiceProvider::class,
76+
77+
// FOR LARAVEL 5.1 AND ABOVE
7478
BackupManager\Laravel\Laravel5ServiceProvider::class,
7579
```
7680

0 commit comments

Comments
 (0)