From 5d011f0549ba309c2405a42cdf7eb4b18d0fbe56 Mon Sep 17 00:00:00 2001 From: Paul Ayuk Date: Tue, 17 Sep 2019 13:57:37 +0100 Subject: [PATCH] added package publish command to the readme file (#268) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 81839481..36d34fd2 100644 --- a/README.md +++ b/README.md @@ -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 ```