Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please update README.md #66

Closed
jagDanJu opened this issue Jan 27, 2016 · 1 comment
Closed

Please update README.md #66

jagDanJu opened this issue Jan 27, 2016 · 1 comment

Comments

@jagDanJu
Copy link

Hey,

please update your readme.md file. Some parts are in laravel 4 style:

// config/app.php

'providers' => [
...
'Spatie\Backup\BackupServiceProvider',
...
];

it must be:

// config/app.php

'providers' => [
...
Spatie\Backup\BackupServiceProvider::class,
...
];

@freekmurze
Copy link
Member

This package is compatible with Laravel 5.0 / PHP5.4. ::class was introduced in PHP5.5.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants