baao / ClearViewCache by baao

Simple View Cache Cleaner for laravel lumen
7,297
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-04-15 03:01:25
Package Statistics
Total Downloads: 7,297
Monthly Downloads: 3
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