tmountjr/clear-storage

Clears Laravel's app/storage/views directory.
30 2
Install
composer require tmountjr/clear-storage
Latest Version:v1.0.0
PHP:>=5.4.0
License:MIT
Last Updated:Mar 9, 2015
Links: GitHub  ·  Packagist
Maintainer: tmountjr

Clear Storage

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.

Related Packages

reliese/laravel

Reliese Components for Laravel Framework code generation.

3,924,784 1,705
php-tmdb/laravel

Laravel Package for TMDB ( The Movie Database ) API. Provides easy access to the...

53,312 161
laravel-ja/laravel

The Laravel Framework.

5,667 17
kavenegar/laravel

laravel 4 and 5 kavenegar integration

363,860 86
laravel/laravel

The skeleton application for the Laravel framework.

64,565,571 84,921