Skip to content

Commit

Permalink
Add note about assets.
Browse files Browse the repository at this point in the history
  • Loading branch information
barryvdh committed Sep 3, 2014
1 parent fc9cdb5 commit fcdf29f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit fcdf29f

Please sign in to comment.