PHPackages                             qsnh/laravel-cadillac - 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. [Database &amp; ORM](/categories/database)
4. /
5. qsnh/laravel-cadillac

ActiveLibrary[Database &amp; ORM](/categories/database)

qsnh/laravel-cadillac
=====================

A database tool.

v1.0.0(8y ago)61713↓50%7[2 issues](https://github.com/Qsnh/laravel-cadillac/issues)MITPHP

Since Mar 24Pushed 6y ago3 watchersCompare

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

READMEChangelogDependenciesVersions (2)Used By (0)

Laravel-Cadillac
----------------

[](#laravel-cadillac)

This package develop on laravel, please confirm use it on laravel project.In the daily development, some structures of the data table may have certain changes, such as: add one field or remove one field. If the development cycle of the project is long, we may forget about the structure of some data tables so that we need to look at the `Migration` file or enter `Mysql` to see the structure of the data table, but I think this is a waste of time! Therefore, I developed this package. When we need to look at the structure of data tables that we do not remember very clearly, we only need one command!

[中文文档](chinese.md)

Compatible DB Engines
---------------------

[](#compatible-db-engines)

- MySQL

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

[](#installation)

```
composer require qsnh/laravel-cadillac dev-master --dev

```

> It's recommended use it in develop environment.

Command
-------

[](#command)

```
php artisan cadillac [tableName] --export --html

```

#### Show all tables in current database

[](#show-all-tables-in-current-database)

```
php artisan cadillac

```

[![php artisan cadillac](https://user-images.githubusercontent.com/12671205/37866385-27acd13a-2fc5-11e8-8a54-be6110686999.gif)](https://user-images.githubusercontent.com/12671205/37866385-27acd13a-2fc5-11e8-8a54-be6110686999.gif)

#### Show a table structure

[](#show-a-table-structure)

```
php artisan cadillac tableName

```

[![php artisan cadillac tableName](https://user-images.githubusercontent.com/12671205/37866390-338b15a2-2fc5-11e8-833f-5749c693842d.gif)](https://user-images.githubusercontent.com/12671205/37866390-338b15a2-2fc5-11e8-833f-5749c693842d.gif)

#### Import all the table structures of the current database into the MARKDOWN file

[](#import-all-the-table-structures-of-the-current-database-into-the-markdown-file)

```
php artisan cadillac --export

```

[![php artisan cadillac --export](https://user-images.githubusercontent.com/12671205/37866396-40fa712e-2fc5-11e8-8559-e678ac3993ee.gif)](https://user-images.githubusercontent.com/12671205/37866396-40fa712e-2fc5-11e8-8559-e678ac3993ee.gif)

#### Import all the table structures of the current database into the HTML file

[](#import-all-the-table-structures-of-the-current-database-into-the-html-file)

```
php artisan cadillac --export --html

```

[![php artisan cadillac --export --html](https://user-images.githubusercontent.com/12671205/37866411-7c6fcb8c-2fc5-11e8-92b3-5ccaf8f3b5d2.gif)](https://user-images.githubusercontent.com/12671205/37866411-7c6fcb8c-2fc5-11e8-92b3-5ccaf8f3b5d2.gif)

#### Print one table all fields

[](#print-one-table-all-fields)

```
php artisan cadillac --f=users

```

output:

```
id,name,email,password,remember_token,created_at,updated_at

```

and if u add `--q` params,it will print:

```
'id','name','email','password','remember_token','created_at','updated_at'

```

Author
------

[](#author)

[Qsnh](https://github.com/Qsnh)

License
-------

[](#license)

**MIT**

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance19

Infrequent updates — may be unmaintained

Popularity29

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 90.9% 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

2972d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/195fb1113362c278739cc873555c3d835e34716e25fbd36b0bc572c8af0acdf2?d=identicon)[轻色年华](/maintainers/%E8%BD%BB%E8%89%B2%E5%B9%B4%E5%8D%8E)

---

Top Contributors

[![Qsnh](https://avatars.githubusercontent.com/u/12671205?v=4)](https://github.com/Qsnh "Qsnh (10 commits)")[![juan-morales](https://avatars.githubusercontent.com/u/25756860?v=4)](https://github.com/juan-morales "juan-morales (1 commits)")

---

Tags

databaselaraveltoollaraveldatabase

### Embed Badge

![Health badge](/badges/qsnh-laravel-cadillac/health.svg)

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

###  Alternatives

[nunomaduro/laravel-optimize-database

Publishes migrations that make your database production ready.

26123.0k](/packages/nunomaduro-laravel-optimize-database)[hpolthof/laravel-translations-db

A database translations implementation for Laravel 5.

545.8k](/packages/hpolthof-laravel-translations-db)[cubettech/lacassa

Cassandra based query builder for laravel.

358.5k](/packages/cubettech-lacassa)[codengine/laravel-custom-migrations

Custom Migrations for Laravel

131.3k](/packages/codengine-laravel-custom-migrations)

PHPackages © 2026

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