baao / ClearViewCache by baao

Simple View Cache Cleaner for laravel lumen
7,292
4
3
Package Data
Maintainer Username: baao
Maintainer Contact: info@meine-buybox.de (michael)
Package Create Date: 2015-08-30
Package Last Update: 2015-09-01
Language: PHP
License: MIT
Last Refreshed: 2024-11-23 03:18:29
Package Statistics
Total Downloads: 7,292
Monthly Downloads: 6
Daily Downloads: 0
Total Stars: 4
Total Watchers: 3
Total Forks: 1
Total Open Issues: 0

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