PHPackages                             superhelio/commands - 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. superhelio/commands

ActiveLibrary

superhelio/commands
===================

This is a collection of Laravel Artisan commands created to help everyone in their development work.

1.2.0(8y ago)117MITPHPPHP &gt;=7.0

Since Feb 7Pushed 1y ago2 watchersCompare

[ Source](https://github.com/superhelio/commands)[ Packagist](https://packagist.org/packages/superhelio/commands)[ Docs](https://github.com/superhelio/commands)[ RSS](/packages/superhelio-commands/feed)WikiDiscussions master Synced 2mo ago

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

Laravel Commands by [SuperHelio](https://github.com/superhelio)
===============================================================

[](#laravel-commands-by-superhelio)

[![Latest Version on Packagist](https://camo.githubusercontent.com/ac43c6bfa1916ce3986de693aa8f14352b8e84d2d1cb526c06094a2d9dbaf675/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f737570657268656c696f2f636f6d6d616e64732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/superhelio/commands)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Total Downloads](https://camo.githubusercontent.com/93d653f09bd2f23eb7d50370ae2e1a851a08e1712649a4e8b1d1a06538c068ce/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f737570657268656c696f2f636f6d6d616e64732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/superhelio/commands)

This is a collection of Laravel Artisan commands created to help everyone in their development work. We try to keep these as useful as possible.

This package requires PHP 7.3 or later. The `composer.lock` file has been generated with PHP v7.4.13.

Install
-------

[](#install)

### Step 1: Install Through Composer

[](#step-1-install-through-composer)

```
$ composer require superhelio/commands --dev
```

### Step 2: Add the Service Provider

[](#step-2-add-the-service-provider)

You'll only want to use these generators for local development, so you don't want to update the production `providers` array in `config/app.php`. Instead, add the provider in `app/Providers/AppServiceProvider.php`, like so:

```
public function register()
{
    if ($this->app->environment() === 'local') {
        $this->app->register('SuperHelio\Commands\ServiceProvider');
    }
}
```

Usage
-----

[](#usage)

- *superhelio:gozer*
    - Force delete database tables that have your table prefix
    - `php artisan superhelio:gozer`
- *superhelio:reload*
    - Reset database, migrate and seed
    - `php artisan superhelio:reload`

Change log
----------

[](#change-log)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Testing
-------

[](#testing)

```
$ composer test
```

Security
--------

[](#security)

If you discover any security related issues, please contact [SuperHelio](link-author).

Credits
-------

[](#credits)

- [SuperHelio](https://github.com/superhelio)
- [All Contributors](https://github.com/superhelio/commands/graphs/contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance30

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 91% 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 ~50 days

Recently: every ~63 days

Total

6

Last Release

3129d ago

Major Versions

0.0.1 → 1.0.02017-02-08

PHP version history (2 changes)0.0.1PHP &gt;=5.5.0

1.2.0PHP &gt;=7.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/cf5ed077613c7b9d88b8040e1f9106f16433c946b299d09f219a1a04d9c54dd4?d=identicon)[ivuorinen](/maintainers/ivuorinen)

---

Top Contributors

[![ivuorinen](https://avatars.githubusercontent.com/u/11024?v=4)](https://github.com/ivuorinen "ivuorinen (61 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (6 commits)")

---

Tags

laravellaravel-5-packagelaravel-commandphplaravelcommandssuperhelio

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/superhelio-commands/health.svg)

```
[![Health](https://phpackages.com/badges/superhelio-commands/health.svg)](https://phpackages.com/packages/superhelio-commands)
```

###  Alternatives

[laravel-doctrine/orm

An integration library for Laravel and Doctrine ORM

8425.3M87](/packages/laravel-doctrine-orm)[masterro/laravel-mail-viewer

Easily view in browser outgoing emails.

6392.1k](/packages/masterro-laravel-mail-viewer)[dragon-code/laravel-http-logger

Logging incoming HTTP requests

319.8k3](/packages/dragon-code-laravel-http-logger)

PHPackages © 2026

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