Libraries tagged by model_to_table
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
241 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.
sdkwala/laravel-activity-logger
4 Downloads
A Laravel package to log model events (created, updated, deleted) to a database table with hybrid model registration.
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.
arqel-dev/mcp
0 Downloads
Model Context Protocol server for Arqel — exposes panel resources, fields, tables, and actions to MCP-compatible AI clients.
yevhenii/laravel-migration-vise-versa
10 Downloads
Package for Laravel. This package adds possibility to create migration and model from an existing table
augustpermana/laravel-meta-generator
19 Downloads
A Laravel package to generate and manage metadata for models
augustpermana/hypervel-meta-generator
2 Downloads
A Hypervel package to generate and manage metadata for models
zuborawka/cakephp-thread-utility
12 Downloads
Utility class to handle threaded data which genereted by CakePHP Model::find('threaded')
dbmind/laravel-sql
0 Downloads
DBMind 1.0 — the SQL-only edition: a local Ollama model writes guarded, read-only SQL (with JOINs) against your approved tables and answers from the real rows. No Qdrant, no embeddings.
rummykhan/moloquent-logger
2 Downloads
Log Moloquent model changes to logs table
j0113/odb
67 Downloads
Object Oriented database wrapper for PHP. Designed to be(come) compatible with multiple database. Queries are written in PHP and tables are connected to models.