Skip to content

Commit 621ab84

Browse files
committed
wip
1 parent 8e4ce17 commit 621ab84

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

README.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,7 @@ You can install the package via Composer:
3636
composer require spatie/laravel-db-snapshots
3737
```
3838

39-
In Laravel 5.5 and above, the package will autoregister the service provider. For Laravel 5.4 or below you must install this service provider to `config/app.php`:
40-
41-
```php
42-
'providers' => [
43-
// ...
44-
Spatie\DbSnapshots\DbSnapshotsServiceProvider::class,
45-
];
46-
```
47-
48-
And finally you should add a disk named `snapshots` to `app/config/filesystems.php` on which the snapshots will be saved. This would be a typical configuration:
39+
You should add a disk named `snapshots` to `app/config/filesystems.php` on which the snapshots will be saved. This would be a typical configuration:
4940

5041
```php
5142
// ...

0 commit comments

Comments
 (0)