Skip to content

Commit

Permalink
Updating the readme with the publish command (#41)
Browse files Browse the repository at this point in the history
* Publishing the config command

As per #30

* Update readme.md
  • Loading branch information
Braunson authored Sep 8, 2020
1 parent 4a116e5 commit c60bc03
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,14 @@ The Toolbar will show by default when Telescope is enabled and APP_DEBUG is true

> Note: The Toolbar is intended for Development environments, not for production.
## Publishing the config

Run this command to publish the config for this package:

```php
php artisan vendor:publish --provider="Fruitcake\\TelescopeToolbar\\ToolbarServiceProvider"
```

#### Current Features

- Inject Toolbar for quick info
Expand Down

0 comments on commit c60bc03

Please sign in to comment.