PHPackages                             ajthinking/modeltables - 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. ajthinking/modeltables

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

ajthinking/modeltables
======================

auto detection of models and redering them into tables

v1.0(8y ago)3603MITPHP

Since Sep 26Pushed 7y ago1 watchersCompare

[ Source](https://github.com/ajthinking/modeltables)[ Packagist](https://packagist.org/packages/ajthinking/modeltables)[ RSS](/packages/ajthinking-modeltables/feed)WikiDiscussions master Synced 1w ago

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

ModelTables for Laravel
=======================

[](#modeltables-for-laravel)

[![Latest Stable Version](https://camo.githubusercontent.com/4e89187a84a8db4a86bf2ef5a542be3bfbd554ecf61357809d9c4e5bd866a7f7/68747470733a2f2f706f7365722e707567782e6f72672f616a7468696e6b696e672f6d6f64656c7461626c65732f762f737461626c65)](https://packagist.org/packages/ajthinking/modeltables)[![Total Downloads](https://camo.githubusercontent.com/64a2317969ee9d186a82c03e11c1b174f35bbaa5087864bd33cb050470376a89/68747470733a2f2f706f7365722e707567782e6f72672f616a7468696e6b696e672f6d6f64656c7461626c65732f646f776e6c6f616473)](https://packagist.org/packages/ajthinking/modeltables)[![License](https://camo.githubusercontent.com/219766fe8f182da9075422249181c3f577bb5b668fbf19b6e43200d9a2e0e7fb/68747470733a2f2f706f7365722e707567782e6f72672f616a7468696e6b696e672f6d6f64656c7461626c65732f6c6963656e7365)](https://packagist.org/packages/ajthinking/modeltables)[![composer.lock](https://camo.githubusercontent.com/cba489bd68649fd5b620f876e900914be5474c602e7f4ba2d907d888548fdf4f/68747470733a2f2f706f7365722e707567782e6f72672f616a7468696e6b696e672f6d6f64656c7461626c65732f636f6d706f7365726c6f636b)](https://packagist.org/packages/ajthinking/modeltables)
I found myself constantly going back to tinker or some db tool to check the data in my tables. This package detects any models on the fly and put the data into neat tables.

[![modeltables](https://camo.githubusercontent.com/e19601963887e5f7a309a2bf36e4cae2133324f4549bc7b005026a4878dcbbc9/68747470733a2f2f696d6167652e6962622e636f2f62326232336b2f6d6f64656c7461626c65732e706e67)](https://camo.githubusercontent.com/e19601963887e5f7a309a2bf36e4cae2133324f4549bc7b005026a4878dcbbc9/68747470733a2f2f696d6167652e6962622e636f2f62326232336b2f6d6f64656c7461626c65732e706e67)

Enjoy!!

Quickstart
----------

[](#quickstart)

```
composer require ajthinking/modeltables

```

That's it. Now you can visit any route like

```
/models/{model-slug}

```

Notes
-----

[](#notes)

- If your using Laravel &lt; 5.5 you need to manually add the serviceprovider
- By default the package scans /app/ and /app/Models/ and assumes all files there are models
- You might not want this package running in production exposing all your users etc. Then just install with composer require --dev
- Having other files side by side with your Models will propblably crash this package
- Model pages need to be migrated before accessed

Todo
----

[](#todo)

- Move model folder paths to a config
- Add path prefix to config
- Check if model has been migrated
- Catch exceptions
- Put links in the table to any related models.

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

[](#contributing)

- Pull requests welcome.

Licence
-------

[](#licence)

- MIT

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

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

3156d ago

Major Versions

0.1 → v1.02017-09-26

### Community

Maintainers

![](https://www.gravatar.com/avatar/cc2d6bf00e3a29857b1e2a96b9e7e4339fdb7c336676c4a48ba9a80fc6dec833?d=identicon)[ajthinking](/maintainers/ajthinking)

---

Top Contributors

[![ajthinking](https://avatars.githubusercontent.com/u/3457668?v=4)](https://github.com/ajthinking "ajthinking (11 commits)")[![brainmaniac](https://avatars.githubusercontent.com/u/13656814?v=4)](https://github.com/brainmaniac "brainmaniac (2 commits)")

### Embed Badge

![Health badge](/badges/ajthinking-modeltables/health.svg)

```
[![Health](https://phpackages.com/badges/ajthinking-modeltables/health.svg)](https://phpackages.com/packages/ajthinking-modeltables)
```

###  Alternatives

[yajra/laravel-datatables-html

Laravel DataTables HTML builder plugin

2899.6M48](/packages/yajra-laravel-datatables-html)[yajra/laravel-datatables-buttons

Laravel DataTables Buttons Plugin.

2629.1M54](/packages/yajra-laravel-datatables-buttons)[yajra/laravel-datatables

Laravel DataTables Complete Package.

1035.8M52](/packages/yajra-laravel-datatables)[gerson/laravel-base

Pacote com facilitadores para utilização do laravel

1012.6k](/packages/gerson-laravel-base)[binshops/laravel-ticket

A simple ticketing system for Laravel 5.1 – 5.8 and 6.\* - 7.\* - 8.\* - 9.\* - 10.\* -which integrates smoothly with Laravel default users and auth system

261.0k](/packages/binshops-laravel-ticket)

PHPackages © 2026

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