mixdinternet/mcache
Pacote de limpeza de cache / otimização da aplicação
1,714
| Install | |
|---|---|
composer require mixdinternet/mcache |
|
| Latest Version: | 0.2.0 |
| PHP: | >=5.5.9 |
| License: | MIT |
| Last Updated: | Sep 29, 2016 |
| Links: | GitHub · Packagist |
Maintainer: agenciafmd
Mcache

Limpe os caches da aplicação sem precisar usar o terminal.
Instalação
Adicione no seu composer.json
"require": {
"mixdinternet/mcache": "0.2.*"
}
ou
composer require mixdinternet/mcache
Service Provider
Abra o arquivo config/app.php e adicione
Mixdinternet\Mcache\Providers\McacheServiceProvider::class
Related Packages
maartenstaa/laravel-41-route-caching
This package allows you to cache your routes definitions, thereby speeding up ea...
383,659
25
spatie/laravel-responsecache
Speed up a Laravel application by caching the entire response
9,315,725
2,810