Skip to content

Commit

Permalink
added package publish command to the readme file (#268)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulayuk authored and nunomaduro committed Sep 17, 2019
1 parent 1c441b6 commit 5d011f0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ composer require nunomaduro/phpinsights --dev
./vendor/bin/phpinsights
# For Laravel:
First, publish the configuration file:
php artisan vendor:publish --provider="NunoMaduro\PhpInsights\Application\Adapters\Laravel\InsightsServiceProvider"
Then, use it:
php artisan insights
```

Expand Down

0 comments on commit 5d011f0

Please sign in to comment.