Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 326 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 326 Bytes

ClearViewCache

Clears the cached view files, for laravel lumen

Installation

composer require baao/clear-view-cache

Register the Service Provider

in bootstrap/app.php

$app->register('Baao\ClearViewCache\ClearViewCacheServiceProvider');

Clear all cached views:

php artisan view:clear

License

MIT