From acfc124430df14661fa3b2358e408625fd789020 Mon Sep 17 00:00:00 2001 From: Hailton Date: Fri, 23 May 2014 05:33:20 +0100 Subject: [PATCH] Update readme.md publish package configuration --- readme.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/readme.md b/readme.md index 8fff746e..9ab15c48 100644 --- a/readme.md +++ b/readme.md @@ -28,3 +28,9 @@ composer install ``` php artisan migrate --package="cartalyst/sentry" ``` + +##### 7. Publish the package to app folder(app/config/packages), so that you can manage throttling or other settings + +``` +php artisan config:publish cartalyst/sentry +```