PHPackages                             tmountjr/clear-storage - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. tmountjr/clear-storage

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

tmountjr/clear-storage
======================

Clears Laravel's app/storage/views directory.

v1.0.0(11y ago)230MITPHPPHP &gt;=5.4.0

Since Mar 9Pushed 11y ago1 watchersCompare

[ Source](https://github.com/tmountjr/clear-storage)[ Packagist](https://packagist.org/packages/tmountjr/clear-storage)[ Docs](https://github.com/tmountjr/clear-storage)[ RSS](/packages/tmountjr-clear-storage/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (1)Versions (2)Used By (0)

Clear Storage
=============

[](#clear-storage)

Introduction
------------

[](#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
------------

[](#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
-----

[](#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
-------

[](#license)

Clear Storage is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT).

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

4135d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/298e080038a43f5c98448b6b20863df26204fa3ccabdd28572c2ad2eaad994c4?d=identicon)[tmountjr](/maintainers/tmountjr)

---

Top Contributors

[![tmountjr](https://avatars.githubusercontent.com/u/1203675?v=4)](https://github.com/tmountjr "tmountjr (2 commits)")

---

Tags

laravel

### Embed Badge

![Health badge](/badges/tmountjr-clear-storage/health.svg)

```
[![Health](https://phpackages.com/badges/tmountjr-clear-storage/health.svg)](https://phpackages.com/packages/tmountjr-clear-storage)
```

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[renatomarinho/laravel-page-speed

Laravel Page Speed

2.5k1.7M10](/packages/renatomarinho-laravel-page-speed)[vinkius-labs/laravel-page-speed

Laravel Page Speed

2.5k12.5k1](/packages/vinkius-labs-laravel-page-speed)[emargareten/inertia-modal

Inertia Modal is a Laravel package that lets you implement backend-driven modal dialogs for Inertia apps.

90142.9k](/packages/emargareten-inertia-modal)[wearepixel/laravel-cart

A cart implementation for Laravel

1374.8k](/packages/wearepixel-laravel-cart)[tomshaw/electricgrid

A feature-rich Livewire package designed for projects that require dynamic, interactive data tables.

119.4k](/packages/tomshaw-electricgrid)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
