PHPackages                             shin1x1/laravel-table-admin - 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. shin1x1/laravel-table-admin

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

shin1x1/laravel-table-admin
===========================

Laravel-Table-Admin Simple CRUD package for Laravel 4

v0.1.1(11y ago)231.3k4[1 issues](https://github.com/shin1x1/laravel-table-admin/issues)MITPHPPHP &gt;=5.4.0

Since May 27Pushed 11y ago3 watchersCompare

[ Source](https://github.com/shin1x1/laravel-table-admin)[ Packagist](https://packagist.org/packages/shin1x1/laravel-table-admin)[ Docs](https://github.com/shin1x1/laravel-table-admin)[ RSS](/packages/shin1x1-laravel-table-admin/feed)WikiDiscussions master Synced yesterday

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

laravel-table-admin
===================

[](#laravel-table-admin)

[![Build Status](https://camo.githubusercontent.com/3e1c3975d50998a5e15846b2fd483fcdbf0620327667460a70dde920d6551f45/68747470733a2f2f7472617669732d63692e6f72672f7368696e3178312f6c61726176656c2d7461626c652d61646d696e2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/shin1x1/laravel-table-admin)

Laravel-Table-Admin Simple CRUD package for Laravel 4

[![list](https://raw.githubusercontent.com/wiki/shin1x1/laravel-table-admin/images/classes_list.jpg?1)](https://raw.githubusercontent.com/wiki/shin1x1/laravel-table-admin/images/classes_list.jpg?1)

[![edit](https://raw.githubusercontent.com/wiki/shin1x1/laravel-table-admin/images/classes_edit.jpg?1)](https://raw.githubusercontent.com/wiki/shin1x1/laravel-table-admin/images/classes_edit.jpg?1)

[demo site](http://laravel-table-admin.herokuapp.com/crud/classes)

[blog](http://www.1x1.jp/blog/2014/06/laravel-table-admin.html) (Japanese)

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

[](#installation)

First, add dependency in composer.json

```
$ composer require "shin1x1/laravel-table-admin" "dev-master"

```

or

```
{
    "require": {
        "shin1x1/laravel-table-admin": "0.1.*"
    }
}

```

Execute composer install or update

```
$ composer install or update

```

Next, add ServiceProvider and Facade in `app/config/app.php`

```
    'providers' => [
        // ....
        'Shin1x1\LaravelTableAdmin\TAbleAdminServiceProvider`
    ],

```

```
    'aliases' => [
        // ....
        'TableAdmin' => 'Shin1x1\LaravelTableAdmin\TableAdminFacade',
    ],

```

Finally, you specify table name that to be enable CRUD `app/routes.php`

```
TableAdmin::route([
    'classes',
    'nationalities',
    'riders',
]);

```

Done!

If you will open `http://localhost/crud/{TABLE}` in browser, you can access CRUD.

Customization
-------------

[](#customization)

### View template files

[](#view-template-files)

If you run the below command then view template files will be publish to `app/views/packages/shin1x1/laravel-table-admin/`.

```
$ php artisan view:publish shin1x1/laravel-table-admin
Views published for package: shin1x1/laravel-table-admin

```

Published view template files include 3 files.`base.blade.php` is base layout file.`form.blade.php` is create and edit form page.`index.blade.php` is index page.

```
$ ls app/views/packages/shin1x1/laravel-table-admin/
base.blade.php  form.blade.php  index.blade.php

```

Example
-------

[](#example)

Example using this package is below repo.

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance19

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 98.2% 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 ~5 days

Total

2

Last Release

4362d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/225f140685a4518e8e08ea277a9521404b0e3aa0f5100d7ca86282befeb792e0?d=identicon)[shin1x1](/maintainers/shin1x1)

---

Top Contributors

[![shin1x1](https://avatars.githubusercontent.com/u/88324?v=4)](https://github.com/shin1x1 "shin1x1 (54 commits)")[![ttsuruoka](https://avatars.githubusercontent.com/u/284187?v=4)](https://github.com/ttsuruoka "ttsuruoka (1 commits)")

---

Tags

laraveldatabase

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/shin1x1-laravel-table-admin/health.svg)

```
[![Health](https://phpackages.com/badges/shin1x1-laravel-table-admin/health.svg)](https://phpackages.com/packages/shin1x1-laravel-table-admin)
```

###  Alternatives

[tpetry/laravel-postgresql-enhanced

Support for many missing PostgreSQL specific features

9982.0M14](/packages/tpetry-laravel-postgresql-enhanced)[waad/laravel-model-metadata

A robust Laravel package for handling metadata with JSON casting, custom relation names, and advanced querying capabilities.

823.1k](/packages/waad-laravel-model-metadata)[jrsaunders/shard-matrix

A Complete Database Sharding system for MYSQL and/or Postgres. Using Laravels Query Builder easily scale up your application. Configure your whole solution in one Yaml Config file.

271.5k](/packages/jrsaunders-shard-matrix)

PHPackages © 2026

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