2017 © Pedro Peláez
 

library clear-storage

Clears Laravel's app/storage/views directory.

image

tmountjr/clear-storage

Clears Laravel's app/storage/views directory.

  • Monday, March 9, 2015
  • by tmountjr
  • Repository
  • 1 Watchers
  • 2 Stars
  • 20 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

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., (*1)

Installation

Install using composer: composer require tmountjr/clear-storage:~1.0, (*2)

Be sure to add the package to your service provider list in app/config/app.php:, (*3)

'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., (*4)

License

Clear Storage is open-sourced software licensed under the MIT license., (*5)

The Versions

09/03 2015

dev-master

9999999-dev https://github.com/tmountjr/clear-storage

Clears Laravel's app/storage/views directory.

  Sources   Download

MIT

The Requires

 

by Tom Mount

laravel

09/03 2015

v1.0.0

1.0.0.0 https://github.com/tmountjr/clear-storage

Clears Laravel's app/storage/views directory.

  Sources   Download

MIT

The Requires

 

by Tom Mount

laravel