PHPackages                             deesynertz/laravel-clean - 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. [CLI &amp; Console](/categories/cli)
4. /
5. deesynertz/laravel-clean

ActiveLibrary[CLI &amp; Console](/categories/cli)

deesynertz/laravel-clean
========================

The Laravel Convenience Clear Command is a handy package designed to streamline your Laravel application maintenance tasks with just a single command. With this package, you can execute multiple Artisan commands at once, simplifying the process of clearing various caches and configurations

v1.0.3(2y ago)113MITPHPPHP &gt;=5.5.0

Since Feb 12Pushed 2y ago1 watchersCompare

[ Source](https://github.com/deesynertz/laravel-clean)[ Packagist](https://packagist.org/packages/deesynertz/laravel-clean)[ Docs](https://github.com/deesynertz/laravel-clean)[ RSS](/packages/deesynertz-laravel-clean/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)Dependencies (2)Versions (5)Used By (0)

deesynertz/laravel-clean
========================

[](#deesynertzlaravel-clean)

The Laravel Convenience Clear Command is a handy package designed to streamline your Laravel application maintenance tasks with just a single command. With this package, you can execute multiple Artisan commands at once, simplifying the process of clearing various caches and configurations.

Features
--------

[](#features)

1. Single Command Execution: Execute multiple Artisan commands with a single command, saving time and effort.
2. Comprehensive Clearing: Clear various caches and configurations, including views, routes, caches, and configurations, in one go.
3. Improved Maintenance Workflow: Simplify your Laravel application maintenance tasks and keep your development environment clean and optimized.

### Installation

[](#installation)

Using Composer run

```
composer require deesynertz/laravel-clean
```

### Laravel &gt;= 5.5

[](#laravel--55)

That's it! The package is auto-discovered on 5.5 and up!

### Laravel &lt;= 5.4

[](#laravel--54)

Add the service provider to the `providers` array in your `config/app.php` file:

```
'providers' => [
    // Other Laravel service providers...

    /*
    * Package Service Providers...
    */
    Deesynertz\Clean\CleanServiceProvider::class,

    // Other package service providers...
],
```

### Usage

[](#usage)

Simply after installing the package via Composer and execute the provided Artisan command to clear all necessary caches and configurations, in your Terminal or cmd (windows user) run:

```
php artisan clean:all
```

### Included Commands

[](#included-commands)

`view:clear`: Clear compiled view files.
`route:clear`: Clear route cache.
`cache:clear`: Clear the application cache.
`config:clear`: Clear the configuration cache.
`optimize:clear`: Clear the cached bootstrap files.
`spatie.permission.cache` : if `Spatie Permission package` is installed

Contributions
-------------

[](#contributions)

Contributions and feedback are welcome! Feel free to open an issue or submit a pull request on GitHub.

License
-------

[](#license)

This package is open-source software licensed under the [MIT](https://github.com/deesynertz/laravel-clean/blob/bea267488a748ed4cb41e99785cfcd135ff0a12d/LICENSE.md) license.

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 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 ~0 days

Total

4

Last Release

820d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/42a1590da28fd433e032661693e3a7ee8de3ca6fd450ea8c97230d696e7c847d?d=identicon)[Deesynertz](/maintainers/Deesynertz)

---

Top Contributors

[![deesynertz](https://avatars.githubusercontent.com/u/54396567?v=4)](https://github.com/deesynertz "deesynertz (14 commits)")

---

Tags

clearingdeesynertzlaravel-packagephp-libraryphplaravelcleanclear

### Embed Badge

![Health badge](/badges/deesynertz-laravel-clean/health.svg)

```
[![Health](https://phpackages.com/badges/deesynertz-laravel-clean/health.svg)](https://phpackages.com/packages/deesynertz-laravel-clean)
```

###  Alternatives

[nunomaduro/laravel-console-menu

Laravel Console Menu is an output method for your Laravel/Laravel Zero commands.

815412.0k48](/packages/nunomaduro-laravel-console-menu)[nunomaduro/laravel-console-task

Laravel Console Task is a output method for your Laravel/Laravel Zero commands.

2582.1M11](/packages/nunomaduro-laravel-console-task)[brian2694/laravel-toastr

toastr.js for Laravel

136649.4k5](/packages/brian2694-laravel-toastr)[nunomaduro/laravel-console-summary

A Beautiful Laravel Console Summary for your Laravel/Laravel Zero commands.

662.0M3](/packages/nunomaduro-laravel-console-summary)[nunomaduro/laravel-console-dusk

Laravel Console Dusk allows the usage of Laravel Dusk in Laravel/Laravel Zero artisan commands.

16255.4k7](/packages/nunomaduro-laravel-console-dusk)[rahul900day/laravel-console-spinner

Laravel Console Spinner is a spinner output for Laravel command line.

76125.4k1](/packages/rahul900day-laravel-console-spinner)

PHPackages © 2026

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