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

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

guysolamour/laravel-commands
============================

As suit of useful artisan commands for laravel

v4.1(1y ago)356311MITPHPPHP ^8.2

Since Sep 30Pushed 1y ago1 watchersCompare

[ Source](https://github.com/guysolamour/laravel-commands)[ Packagist](https://packagist.org/packages/guysolamour/laravel-commands)[ RSS](/packages/guysolamour-laravel-commands/feed)WikiDiscussions master Synced yesterday

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

Laravel commands
================

[](#laravel-commands)

[![Packagist](https://camo.githubusercontent.com/4bde6f7f1edc15fb20b1efcf0b955d08358ad2ce3e9bd83c0d984d1a00195d54/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f677579736f6c616d6f75722f6c61726176656c2d636f6d6d616e64732e737667)](https://packagist.org/packages/guysolamour/command)[![Packagist](https://camo.githubusercontent.com/ae89f520eec95b5f093da8fc21fb18a4e911a51bf74e28e883df141ca20d5274/68747470733a2f2f706f7365722e707567782e6f72672f677579736f6c616d6f75722f6c61726176656c2d636f6d6d616e64732f642f746f74616c2e737667)](https://packagist.org/packages/guysolamour/command)[![Packagist](https://camo.githubusercontent.com/52ddfbf2a08bf32a354cc484512eb3256cae96afa319b96cddac6013cabe4745/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f677579736f6c616d6f75722f6c61726176656c2d636f6d6d616e64732e737667)](https://packagist.org/packages/guysolamour/command)

This package is a collection of artisan commands for speed up developmemt with laravel framework.

Installation
------------

[](#installation)

Install via composer

```
composer require guysolamour/laravel-commands
```

Usage
-----

[](#usage)

### Create database

[](#create-database)

```
php artisan cmd:db:create
```

Fill **.env** database credentials before using this command.

**NB:**

- Supported drivers are (mysql &amp; sqlite)

### Dump database

[](#dump-database)

```
php artisan cmd:db:dump {filename=dump.sql}
```

Fill **.env** database credentials before using this command.

**NB:**

- Supported drivers are (mysql &amp; sqlite)

### Drop a database

[](#drop-a-database)

```
php artisan cmd:db:drop
```

Fill **.env** database credentials before using this command.

**NB:**

- Supported drivers are (mysql &amp; sqlite)

### Seed database

[](#seed-database)

```
php artisan cmd:db:seed
```

If you want to run all seed ***--all*** option

```
php artisan cmd:db:seed --all
```

If you want to run a specific class you can use ***--class*** option

```
php artisan cmd:db:seed --class=UsersTableSeeder
```

Run seed in production ***--force*** option

```
php artisan cmd:db:seed --force
```

### Create helper file

[](#create-helper-file)

```
php artisan cmd:make:helper helpername
```

Folder name can be changed with ***--folder*** option

```
php artisan cmd:make:helper helpername --folder={folder}
```

### Security

[](#security)

If you discover any security related issues, please email instead of using the issue tracker.

###  Health Score

38

—

LowBetter than 85% of packages

Maintenance31

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity78

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

Recently: every ~268 days

Total

13

Last Release

724d ago

Major Versions

v1.3 → v2.02020-07-07

v2.4.1 → v3.02022-04-13

v3.0 → v4.02023-02-25

PHP version history (4 changes)v1.0PHP &gt;=7.2

v2.4PHP ^8.0

v3.0PHP ^7.2|^8.0.2

v4.1PHP ^8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/45a6375d79a9d7c7b3947473bef714f03a02bb0341d06e6c17ca114b82b0b01d?d=identicon)[guysolamour](/maintainers/guysolamour)

---

Top Contributors

[![guysolamour](https://avatars.githubusercontent.com/u/22590722?v=4)](https://github.com/guysolamour "guysolamour (28 commits)")

---

Tags

artisanartisan-commandartisan-commandslaravellaravelartisancommand

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  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)[sunaoka/laravel-facade-generator

Provide command line generation of facade layer files.

171.9k](/packages/sunaoka-laravel-facade-generator)

PHPackages © 2026

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