Libraries tagged by model_to_table
notch/deleted-models
10 Downloads
Automatically copy deleted records to a separate table
noouh/auto-model
12 Downloads
A Laravel package to auto-generate models and migrations from table definitions.
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.
theoluirard/laravel-get-table-name
7 Downloads
A package that adds a trait to the Laravel Model class and extends the Laravel Relation class with two new types of relations.
simklee/laravel-crafting-table
187 Downloads
Laravel Package to craft extended models.
widdy/laravel-model
9 Downloads
a simple way to create a new Eloquent model with given table name.
shaman/bitrix-models
4 Downloads
Package created to simplify interaction with iblock and tables.
team383/data-table-laravel
1 Downloads
A Laravel package to facilitate the creation of dynamic data tables for Eloquent models, allowing sorting, searching, filtering and pagination
guifcoelho/immu-table
10 Downloads
Package for using immutable ndjson models instead of regular SQL or NoSQL databases with sintax similar to Laravel Eloquent.
leedch/resource-mysql
228 Downloads
DB Abstract to bind model classes to MySQL Tables
ekoukltd/s3-import-export
31 Downloads
Easy import & export of Laravel models (tables) to local or S3 Storage as a JSON file. For when you don't want to restore a whole backup, just a few tables.
zoor/gridmodel
8 Downloads
Grid Model to show master data
chuoke/laravel-user-identify
20 Downloads
Laravel multi identifier auth provider to thin user model/table.
bored-programmers/laragrid
98 Downloads
LaraGrid is a powerful and customizable grid system package for Laravel. It provides an easy way to create sortable, filterable tables with pagination. The package is designed to be highly customizable, allowing developers to define columns, apply filters, and sort data with ease.Key Features:- **Column Definition**: LaraGrid allows you to define the columns that will be displayed in the grid. You can specify the model field and the label for each column.- **Filters**: The package provides several filter classes out of the box, including text, select, date, and boolean filters. These filters can be applied to the columns to filter the grid's data based on user input.- **Sorting**: LaraGrid supports sorting of data based on any column. It also provides support for sorting data based on a related model's field using PowerJoins.- **Pagination**: The package integrates with Laravel's pagination system, allowing you to easily paginate the data in the grid.- **Customizable Appearance**: LaraGrid allows you to customize the appearance of the grid by extending the `BaseLaraGridTheme` class and setting the desired CSS classes.- **Livewire Integration**: LaraGrid is built with Livewire, a full-stack framework for Laravel that makes building dynamic interfaces simple, without leaving the comfort of Laravel.The package is currently in development and is not ready for use in production. It requires PHP 8.1 or higher and Laravel 10.0 or higher.
yevhenii/laravel-migration-vise-versa
10 Downloads
Package for Laravel. This package adds possibility to create migration and model from an existing table