Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
baao committed Aug 30, 2015
1 parent f79a1c4 commit ecb2fc2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,9 @@ Clears the view cache, for laravel lumen
# Installation
composer require baao/clear-view-cache

# Register the Service Provider in bootstrap/app.php
# Register the Service Provider
in bootstrap/app.php
$app->register('Baao\ClearViewCache\ClearViewCacheServiceProvider');

# Clear all cached views:
php artisan view:clear

0 comments on commit ecb2fc2

Please sign in to comment.