Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Feb 18, 2019
1 parent ee1c5ed commit 3780ccc
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions README.md
Expand Up @@ -29,15 +29,7 @@ Next, you must install the service provider:
];
```

You must register the `\Spatie\LinkChecker\CheckLinksCommand`:

```php
// app/Console/Kernel.php
protected $commands = [
...
\Spatie\LinkChecker\CheckLinksCommand::class,
];
```
The service provider will automatically be registered.

You can optionally publish the config-file with:
```bash
Expand Down

0 comments on commit 3780ccc

Please sign in to comment.