Libraries tagged by tabler for laravel
milenmk/laravel-simple-datatables
47 Downloads
Simple Table component to create datatables for Livewire components
said/laravel-translatable
66 Downloads
This is a Laravel package containing a trait for translatable Eloquent models. This package follows the approach to have only a single table to maintain all the translations.
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.
whitwhoa/laravel-subauth
2 Downloads
Wrapper for session based authentication across multiple tables
puneetxp/kv-db-laravel
10 Downloads
Create a db with kv only use one table name envrioment which is the greate for small database may be large one if devloper like to but it target small. Which can use for the small structuress. It can handle everything.
gegetchkori/laravel_get_enum_values
1 Downloads
function for get enum values from migrated tables column
sebwas/laravel-migration-physical-backup
96 Downloads
This simple tool helps the developer creating physical backups of the tables he is altering using migrations, allowing for easy and fast restore
roskovynskyi/click-for-row-details
17 Downloads
roskovynskyi/click-for-row-details
gustocoder/laravel-datatable
8 Downloads
Laravel datatable package that provides sorting, allows you to optionally add an extra column, under which you can add buttons for CRUD operations. The button creation method will automatically generate links and send the individual record id to the route name you pass to it. You can configure whether you want the records to be clickable, sortable or not. There is also pagination. Built using Laravel 11.0 but will work on most recent versions. It uses Bootstrap 5 to wrap your responsive table in a nice customizable panel
guifcoelho/immu-table
10 Downloads
Package for using immutable ndjson models instead of regular SQL or NoSQL databases with sintax similar to Laravel Eloquent.
gabrieljaime/table_history_log
9 Downloads
Keep a history for your models
eschmar/laravel-table-dictionary
2570 Downloads
Generate a dictionary of possible values for a database column to scale your data set.
elbgoods/laravel-nova-activity-log-properties-field
254 Downloads
Prettified Field for the properties Attribute of the activity log table.
eeappdev/laravel-external-id
21 Downloads
Make a morph-table to keep track of external id relationships for external API
cryental/laravel-dynamic-config
8 Downloads
This Package makes it possible for users to have their config files stored in a database table, making it easier to customize these values from UI.