From fcdf29fe037f74bedb959181d7f83ecfc965b155 Mon Sep 17 00:00:00 2001 From: "Barry vd. Heuvel" Date: Wed, 3 Sep 2014 11:26:19 +0200 Subject: [PATCH] Add note about assets. --- readme.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 5cefb114..418249e2 100644 --- a/readme.md +++ b/readme.md @@ -45,9 +45,7 @@ After updating composer, add the ServiceProvider to the providers array in app/c 'Barryvdh\Debugbar\ServiceProvider', -You need to publish the assets from this package. - - $ php artisan debugbar:publish +~~You need to publish the assets from this package.~~ Since 1.7, you don't need to publish the assets anymore. Note: The public assets can change overtime (because of upstream changes), it is recommended to re-publish them after update. You can also add the republish command in composer.json.