PHPackages                             nickcousins/schemaview-laravel - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. nickcousins/schemaview-laravel

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

nickcousins/schemaview-laravel
==============================

A simple Artisan command to view the schema of any Eloquent model

v0.2.3(10y ago)492535[1 PRs](https://github.com/NickCousins/SchemaViewLaravel/pulls)MITPHP

Since May 14Pushed 9y ago2 watchersCompare

[ Source](https://github.com/NickCousins/SchemaViewLaravel)[ Packagist](https://packagist.org/packages/nickcousins/schemaview-laravel)[ RSS](/packages/nickcousins-schemaview-laravel/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (5)Dependencies (1)Versions (6)Used By (0)

SchemaViewLaravel
=================

[](#schemaviewlaravel)

A simple artisan command to view the Schema of an Eloquent model

\##Installation

1. Composer Require: `nickcousins/schemaview-laravel`
2. Add the following line to your config/app.php service providers: `nickcousins\schemaview\SchemaViewServiceProvider::class,`

\##Usage

Run the command `php artisan schema {model}` to view the schema of your chosen model

e.g. `php artisan schema User`to use the default application namespace

e.g. `php artisan schema AnotherNamespace\\Class`to specify the namespace

\##Sample Output

```
Schema for Model: App\User
Table: users
 +----------------+------------------+------+-----+---------+----------------+
 | Field          | Type             | Null | Key | Default | Extra          |
 +----------------+------------------+------+-----+---------+----------------+
 | id             | int(10) unsigned | NO   | PRI |         | auto_increment |
 | name           | varchar(255)     | NO   |     |         |                |
 | email          | varchar(255)     | NO   | UNI |         |                |
 | password       | varchar(60)      | NO   |     |         |                |
 | remember_token | varchar(100)     | YES  |     |         |                |
 | created_at     | timestamp        | YES  |     |         |                |
 | updated_at     | timestamp        | YES  |     |         |                |
 +----------------+------------------+------+-----+---------+----------------+

```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity57

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

5

Last Release

3651d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2c237fdfc5982894fddba6fd00b43c388a8ae35ea0f69650f0a51c303eb65115?d=identicon)[NickCousins](/maintainers/NickCousins)

---

Top Contributors

[![NickCousins](https://avatars.githubusercontent.com/u/1987753?v=4)](https://github.com/NickCousins "NickCousins (12 commits)")

### Embed Badge

![Health badge](/badges/nickcousins-schemaview-laravel/health.svg)

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

###  Alternatives

[wireui/wireui

TallStack components

1.8k1.3M16](/packages/wireui-wireui)[livewire/volt

An elegantly crafted functional API for Laravel Livewire.

4195.3M84](/packages/livewire-volt)[ramonrietdijk/livewire-tables

Dynamic tables for models with Laravel Livewire

21147.4k](/packages/ramonrietdijk-livewire-tables)

PHPackages © 2026

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