Libraries tagged by laravel tables
paulodiff/rainbow-table-index
25 Downloads
Laravel database data encryption with full text search
paksuco/table
11 Downloads
table view with sorts, filters and pages
overmob/nova-custom-table
11 Downloads
A Laravel Nova card.
otifsolutions/laravel-tracker
13 Downloads
The Package will track users activity and generate the complete log in database tables
oskar-zborowski/laravel-database-migrator
4 Downloads
The package enables easy migration of data from one database to another using Laravel database tools by configuring the mapping of appropriate columns in tables and setting migration conditions so that only the data of interest is transferred.
omatech/laravel-bulkimporter
27 Downloads
Import records in a database table massively in a easy way.
oguzcandemircan/laravel-unique-sluggable
54 Downloads
This package allows you to create unique slugs. It keeps all the slugs you define in the slugs table. It also satisfies all requests and directs it to the controller you define in your model.
notwarp/laravel-seeder
2 Downloads
Versioned, environment-based Seeders in Laravel. Used while original does not update to Laravel 5.7
neoacevedo/laravel-gridview
2 Downloads
Laravel GridView es un paquete para generar una tabla con datos de array de Arrays/Eloquent/Collections.
mswap/single-table-inheritance
17 Downloads
Single Table Inheritance Trait
mr4-lc/laravel-email-audit-log
67 Downloads
This Service provider will monitor all emails that has been sent out of your system. Sent emails will be stored in email_audit_log table
mountainguan/laravel-admin
15 Downloads
laravel admin
mostafa-mohamed/laravel-crud
8 Downloads
Laravel CRUD generator: Generate CRUD for any db table with the crud:generate command.
momenoor/filament-table-field
1 Downloads
Editable table field for Filament Forms with relationship support
mjducharme/laravel-model-json-storage
175 Downloads
Storing your models in a json file rather than in database (single or few lines recording) can be a good option. This package saves you to create a table for a ridiculous amount of lines, improves the data recovery performances, and allows you to store and access to your models from a json files as you would do it in database.