PHPackages                             resohead/laravel-cli-schema - 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. resohead/laravel-cli-schema

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

resohead/laravel-cli-schema
===========================

List database table schema from Artisan (Laravel CLI)

v0.1.0(6y ago)03MITPHPPHP ^7.1CI failing

Since Jun 14Pushed 6y ago1 watchersCompare

[ Source](https://github.com/resohead/laravel-cli-schema)[ Packagist](https://packagist.org/packages/resohead/laravel-cli-schema)[ Docs](https://github.com/resohead/laravel-cli-schema)[ RSS](/packages/resohead-laravel-cli-schema/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (1)Dependencies (3)Versions (2)Used By (0)

View database table information from Laravel CLI (Artisan)
==========================================================

[](#view-database-table-information-from-laravel-cli-artisan)

[![Latest Version on Packagist](https://camo.githubusercontent.com/b5b1b01ab56c62e049c086435f21e500ee7d14e2ebff75e177ec2f83e579a623/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7265736f686561642f6c61726176656c2d636c692d736368656d612e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/resohead/laravel-cli-schema)

A small Laravel package to show basic database tables and column information from an Artisan command.

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

[](#installation)

You can install the package via composer:

```
composer require resohead/laravel-cli-schema {--dev}
```

Usage
-----

[](#usage)

Get all tables and columns

```
php artisan schema:table
```

Get a list of all tables

```
php artisan schema:table --list
```

Get a column information for a table

```
php artisan schema:table --name=users
```

Get a column information for a table via prompt with select list

```
php artisan schema:table --name=

Select a table:
> users
```

Get a column information for a model

```
php artisan schema:table --model=App\\User
```

### Testing

[](#testing)

```
composer test
```

### Changelog

[](#changelog)

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

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

### Security

[](#security)

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

Credits
-------

[](#credits)

- [resohead](https://github.com/resohead)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

19

—

LowBetter than 9% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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

Unknown

Total

1

Last Release

2209d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/13508056?v=4)[resohead](/maintainers/resohead)[@resohead](https://github.com/resohead)

---

Top Contributors

[![resohead](https://avatars.githubusercontent.com/u/13508056?v=4)](https://github.com/resohead "resohead (1 commits)")

---

Tags

resoheadlaravel-cli-schema

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/resohead-laravel-cli-schema/health.svg)

```
[![Health](https://phpackages.com/badges/resohead-laravel-cli-schema/health.svg)](https://phpackages.com/packages/resohead-laravel-cli-schema)
```

###  Alternatives

[craftcms/cms

Craft CMS

3.6k3.6M3.0k](/packages/craftcms-cms)[illuminate/console

The Illuminate Console package.

13046.0M6.4k](/packages/illuminate-console)[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M345](/packages/psalm-plugin-laravel)

PHPackages © 2026

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