baao / ClearViewCache by baao

Simple View Cache Cleaner for laravel lumen
7,299
4
2
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: 2025-05-07 15:01:31
Package Statistics
Total Downloads: 7,299
Monthly Downloads: 2
Daily Downloads: 0
Total Stars: 4
Total Watchers: 2
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