PHPackages                             kyslik/view-clear - 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. [Templating &amp; Views](/categories/templating)
4. /
5. kyslik/view-clear

ActiveLibrary[Templating &amp; Views](/categories/templating)

kyslik/view-clear
=================

Simple artisan command to clear compiled views in Laravel 5.0

2.0.2(10y ago)57.7k2MITPHPPHP &gt;=5.5.9

Since Mar 4Pushed 8y agoCompare

[ Source](https://github.com/Kyslik/view-clear)[ Packagist](https://packagist.org/packages/kyslik/view-clear)[ RSS](/packages/kyslik-view-clear/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)Dependencies (1)Versions (6)Used By (0)

View clearing command for Laravel 5.
====================================

[](#view-clearing-command-for-laravel-5)

[![Latest Version](https://camo.githubusercontent.com/83adcee1588723a39e9eda33da2f6a41c587cf7fcd119ac31a64fd63bbe7378f/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f4b79736c696b2f766965772d636c6561722e7376673f7374796c653d666c61742d737175617265)](https://github.com/Kyslik/column-sortable/releases)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Total Downloads](https://camo.githubusercontent.com/cab0b228f81d2b3241528a031aad24f4a4f1d4c405f250e979199ae0c7983e5f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f4b79736c696b2f766965772d636c6561722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/Kyslik/view-clear)

Simple artisan command to clear view folder in Laravel 5.1 and [Laravel-5.0](https://github.com/Kyslik/view-clear/tree/Laravel-5.0)

Simply put: clears `storage/framework/views` folder.

Laravel 5.1 UPDATE
==================

[](#laravel-51-update)

If you are using Laravel 5.1.\* you do **NOT** need this package since it is part of Laravel base commands.

`$ php artisan view:clear`

Setup
-----

[](#setup)

### Version(s)

[](#versions)

- For Laravel 5.0 use version **~1.0.0**
- For Laravel 5.1 use version **~2.0.0** Laravel 5.1 has its own view:clear command, this package is not needed.

### Composer

[](#composer)

Pull this package in through Composer.

```
{
    "require-dev": {
        "kyslik/view-clear": "~2.0.0"
    }
}

```

```
$ composer update

```

Add the package to your application service providers in `config/app.php`

```
'providers' => [

    App\Providers\RouteServiceProvider::class,

    /*
     * Third Party Service Providers...
     */
    Kyslik\ViewClear\ViewClearServiceProvider::class,
],

```

Usage
-----

[](#usage)

```
$ php artisan view:clear --help

```

### Use case

[](#use-case)

When developing blade extensions it is useful to clear view cache in process.

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity26

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity62

Established project with proven stability

 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

Every ~33 days

Total

4

Last Release

3989d ago

Major Versions

1.0.0 → 2.0.02015-06-11

PHP version history (2 changes)1.0.0PHP &gt;=5.4.0

2.0.0PHP &gt;=5.5.9

### Community

Maintainers

![](https://www.gravatar.com/avatar/1b63acc4b2eb738f8bf1acfb968e633ca9e001f9d45328e601189eab4a247f3a?d=identicon)[Kyslik](/maintainers/Kyslik)

---

Top Contributors

[![Kyslik](https://avatars.githubusercontent.com/u/2067589?v=4)](https://github.com/Kyslik "Kyslik (17 commits)")

---

Tags

artisan-commandlaravel-5-packagelaravelartisanviewcommandlaravel5clear

### Embed Badge

![Health badge](/badges/kyslik-view-clear/health.svg)

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

###  Alternatives

[san-kumar/laravel-crud

Laravel CRUD generator: Generate CRUD for any db table with the crud:generate command.

564.4k](/packages/san-kumar-laravel-crud)[itstructure/laravel-grid-view

Grid view for laravel framework

2546.6k2](/packages/itstructure-laravel-grid-view)

PHPackages © 2026

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