PHPackages                             starfolksoftware/laravel-dashboard-table-tile - 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. [Admin Panels](/categories/admin)
4. /
5. starfolksoftware/laravel-dashboard-table-tile

ActiveLibrary[Admin Panels](/categories/admin)

starfolksoftware/laravel-dashboard-table-tile
=============================================

A tile for displaying a table in spatie's laravel dashboard.

v2.1.1(2y ago)0140MITPHPPHP ^8.2

Since Apr 29Pushed 2y ago1 watchersCompare

[ Source](https://github.com/starfolksoftware/laravel-dashboard-table-tile)[ Packagist](https://packagist.org/packages/starfolksoftware/laravel-dashboard-table-tile)[ Docs](https://github.com/starfolksoftware/laravel-dashboard-table-tile)[ RSS](/packages/starfolksoftware-laravel-dashboard-table-tile/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (5)Versions (15)Used By (0)

Laravel Dashboard Table Tile
============================

[](#laravel-dashboard-table-tile)

[![Latest Version on Packagist](https://camo.githubusercontent.com/ae813e8285d23d85ab3bc0bcf99087cb7b45761937771299d8a33901a670d573/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f73746172666f6c6b736f6674776172652f6c61726176656c2d64617368626f6172642d7461626c652d74696c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/starfolksoftware/laravel-dashboard-table-tile)[![GitHub Tests Action Status](https://camo.githubusercontent.com/8c9a97c02d837a8cce5744d1d802dec2254aa83a9e7046f69e9924eed32b11a6/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f73746172666f6c6b736f6674776172652f6c61726176656c2d64617368626f6172642d7461626c652d74696c652f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/starfolksoftware/laravel-dashboard-table-tile/actions?query=workflow%3Arun-tests+branch%3Amaster)[![Total Downloads](https://camo.githubusercontent.com/11f55c766ad5c73f031a7af8faca3e998a1d383b4b629a7b6fd0d6bb489e2fcc/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f73746172666f6c6b736f6674776172652f6c61726176656c2d64617368626f6172642d7461626c652d74696c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/starfolksoftware/laravel-dashboard-table-tile)

A simple and straightforward table tile package.

This tile can be used on [the Laravel Dashboard](https://docs.spatie.be/laravel-dashboard).

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

[](#installation)

You can install the package via composer:

```
composer require starfolksoftware/laravel-dashboard-table-tile
```

Usage
-----

[](#usage)

In the dashboard config file, you can optionally add this configuration in the tiles key.

```
'tiles' => [
    // ...
    'tables' => [
        'refresh_interval_in_seconds' => 300, // Default: 300 seconds (5 minutes)
    ],
],
```

See a table example below:

```
