PHPackages                             mkaverin/laravel-table-layout - 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. [Templating &amp; Views](/categories/templating)
4. /
5. mkaverin/laravel-table-layout

ActiveLibrary[Templating &amp; Views](/categories/templating)

mkaverin/laravel-table-layout
=============================

This package provides a simple way to display a resource as a table for your Laravel application.

1.1.0(3y ago)0233BladePHP ^7.4|^8.0CI failing

Since May 16Pushed 1y ago1 watchersCompare

[ Source](https://github.com/mish-ka-mishka/laravel-table-layout)[ Packagist](https://packagist.org/packages/mkaverin/laravel-table-layout)[ Docs](https://github.com/mish-ka-mishka/laravel-table-layout)[ RSS](/packages/mkaverin-laravel-table-layout/feed)WikiDiscussions master Synced 1mo ago

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

Laravel table layout
====================

[](#laravel-table-layout)

This package provides a simple way to display a resource as a table for your Laravel application.

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

[](#installation)

Run the following command from your project directory to add the dependency:

```
composer require mkaverin/laravel-table-layout
```

### Laravel without auto-discovery

[](#laravel-without-auto-discovery)

If you don't use auto-discovery, add the ServiceProvider to the providers array in `config/app.php`:

```
'providers' => [
    ...
    TableLayout\Providers\TableLayoutServiceProvider::class,
],
```

Configuration
-------------

[](#configuration)

Copy the package config to your local config with the publish command:

```
php artisan vendor:publish --provider="TableLayout\Providers\TableLayoutServiceProvider"
```

You can find published layout in `resources/views/table.blade.php`.

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance31

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 66.7% 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 ~8 days

Total

2

Last Release

1448d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a52f15a8fbb18e0acc6f0aaf265f373be5e24b662ce86a48ac95a927f3bab607?d=identicon)[mish-ka-mishka](/maintainers/mish-ka-mishka)

---

Top Contributors

[![mish-ka-mishka](https://avatars.githubusercontent.com/u/5685141?v=4)](https://github.com/mish-ka-mishka "mish-ka-mishka (4 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (2 commits)")

### Embed Badge

![Health badge](/badges/mkaverin-laravel-table-layout/health.svg)

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

###  Alternatives

[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[illuminate/view

The Illuminate View package.

13144.9M1.7k](/packages/illuminate-view)[pressbooks/pressbooks

Pressbooks is an open source book publishing tool built on a WordPress multisite platform. Pressbooks outputs books in multiple formats, including PDF, EPUB, web, and a variety of XML flavours, using a theming/templating system, driven by CSS.

44643.1k1](/packages/pressbooks-pressbooks)[moonshine/moonshine

Laravel administration panel

1.3k217.1k59](/packages/moonshine-moonshine)[tallstackui/tallstackui

TallStackUI is a powerful suite of Blade components that elevate your workflow of Livewire applications.

703141.0k7](/packages/tallstackui-tallstackui)[laravellux/html

HTML and Form Builders for the Laravel Framework

35239.2k3](/packages/laravellux-html)

PHPackages © 2026

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