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

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

linchaker/dev-commands
======================

Laravel dev commands

v1.0.0(3y ago)2340MITPHPPHP ^8.0.2

Since Jan 29Pushed 3y ago1 watchersCompare

[ Source](https://github.com/Linchaker/dev-commands)[ Packagist](https://packagist.org/packages/linchaker/dev-commands)[ RSS](/packages/linchaker-dev-commands/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (3)Versions (3)Used By (0)

Laravel DEV Commands
====================

[](#laravel-dev-commands)

A list of console commands that help in the setup/development of the Laravel project.

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

[](#installation)

This package can be installed through Composer.

```
composer require linchaker/dev-commands
```

Usage
-----

[](#usage)

### Check Database connection

[](#check-database-connection)

Check if the database connection is configured correctly.

Default connection is mysql

```
php artisan check:db
```

Check connection to another database:

```
php artisan check:db pgsql
```

### Check Redis connection

[](#check-redis-connection)

Check if the redis connection is configured correctly.

Default connection is "default"

```
php artisan check:redis
```

Check another connection:

```
php artisan check:redis cache
```

### Generate PHPDoc for model's table

[](#generate-phpdoc-for-models-table)

Creates a PHPDoc for some table and prints it to the console.

For example, create documentation for the "users" table:

```
php artisan gen:phpdoc users
```

Default DB connection is mysql, if you need another connection, pass it as second argument:

```
php artisan gen:phpdoc users pgsql
```

License
-------

[](#license)

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

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

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

Every ~0 days

Total

2

Last Release

1251d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/80279392eb0e6ea80f942592fd56856958eb2ad38056164bb941562294e61153?d=identicon)[Linchaker](/maintainers/Linchaker)

---

Top Contributors

[![Linchaker](https://avatars.githubusercontent.com/u/67831304?v=4)](https://github.com/Linchaker "Linchaker (5 commits)")

---

Tags

laravellaravel commandsdev-commands

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[ronasit/laravel-entity-generator

Provided console command for generating entities.

2053.1k](/packages/ronasit-laravel-entity-generator)[flat3/lodata

OData v4.01 Producer for Laravel

99351.7k](/packages/flat3-lodata)[joshembling/artisan-browse

An interactive terminal UI for browsing, searching, and executing Laravel Artisan commands.

907.6k3](/packages/joshembling-artisan-browse)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1616.4k14](/packages/2lenet-crudit-bundle)[giacomomasseron/laravel-models-generator

Generate Laravel models from an existing database

557.5k](/packages/giacomomasseron-laravel-models-generator)

PHPackages © 2026

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