Libraries tagged by laravel data table
mckue/laravel-clear-table
16 Downloads
Clear log table data through personalized configuration
irpcpro/table-soft
22 Downloads
A package for managing table data.convert model data to objects of table.
michalkortas/laravel-indexable
99 Downloads
Create table with data directly from your Model
bzilee/laravel-dbexport
0 Downloads
A package that manages the export of data from a table in any format
astamatech/laravel-autoseed
5 Downloads
A tool for retrieving data from a table in a database and inputting it into a seeder file in a Laravel-based application. The goal is to make it easier for developers to create seeders so they don't write manually.
a2way/laravel-app-settings
208 Downloads
Save data in a table called "app_settings" and retrieve them.
zynfly/laravel-meta
1 Downloads
Easily add and manage meta data for your Laravel models with a clean, intuitive primary-meta table approach.
wazza/laravel-db-encryption
0 Downloads
A Laravel package that helps encrypt & decrypt certain defined table columns ensuring the data is secure in the database but can be accessed by the models.
awema-pl/module-table-builder
69 Downloads
A component that allows creating responsive HTML tables or lists from data object
sprov03/laravel-code-generator
1135 Downloads
Generator Temperated Code form database tables. This Package provides data to templates that you create to generate code to scaffold projects rapidly so you can spend most of your time doing the fun stuff.
webard/nova-table-card
1673 Downloads
Nova table card. Show your latest data (orders, posts,...) as card or data you prefer.
mattsplat/table-queries
36 Downloads
Laravel package to easily implement table search, sorts and relational data
m1davp/nova-custom-table-card
593 Downloads
Nova custom table card. Show your latest data (orders, posts,...) as card or data you prefer.
webikevn/laravel-seeder
19 Downloads
Versioned, environment-based Seeders in Laravel
v8-ict/laravel-smart-cache
14 Downloads
Allows to capture the entire response with a middleware, and while caching it observer the checksum of the database tables used to create the response, if any related table has a modified checksum, it refreshes the response. This makes it serve live data, but then cached as long as it is not modified. Huge reduction of resource consumption and keep data live.