tmountjr/clear-storage 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

tmountjr/clear-storage

最新稳定版本:v1.0.0

Composer 安装命令:

composer require tmountjr/clear-storage

包简介

Clears Laravel's app/storage/views directory.

关键字:

README 文档

README

Introduction

For heavily-used apps, Laravel's app/storage/views directory can get cluttered, slowing down performance and potentially causing cache problems. Clear Storage removes those files.

Installation

Install using composer: composer require tmountjr/clear-storage:~1.0

Be sure to add the package to your service provider list in app/config/app.php:

'providers' => array(
	// additional providers
	'Tmountjr\ClearStorage\ClearStorageServiceProvider',
),

Usage

While Clear Storage can be run manually from the command line (php artisan storage:clear-views), it should be run from within a deployment script, clearing out the storage directory on each new deployment.

License

Clear Storage is open-sourced software licensed under the MIT license.

统计信息

  • 总下载量: 30
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 2
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 2
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-03-09