baao/clear-view-cache

Simple View Cache Cleaner for laravel lumen

1.0 2015-08-30 23:47 UTC

This package is not auto-updated.

Last update: 2024-11-23 18:49:45 UTC


README

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