Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
timschwartz committed Jun 13, 2022
1 parent b66a319 commit 0ce51cf
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ To install:

Publish config file:

```php artisan vendor:publish --provider="ImperianSystems\LaravelDebuggerApi\LaravelDebuggerApiProvider" --tag="config"```
```
php artisan vendor:publish \
--provider="ImperianSystems\LaravelDebuggerApi\LaravelDebuggerApiProvider" \
--tag="config"
```

Set shared key in .env:

Expand Down

0 comments on commit 0ce51cf

Please sign in to comment.