Libraries tagged by model_to_table
said/private-package
2 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.
said/laravel-translatable
62 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.
rishpandey/laravel-auto-migration
1 Downloads
The package uses Doctrine DBAL in order to diff the existing tables with given model and make the necessary changes to it. If the table does not exist, it will create it.
yiiman/yii-lib-metalib
77 Downloads
meta library for store your data in table like options,objects,strings and etc, that can related to another models
slave/validpack
60 Downloads
Model validate package, uses the laravel validation class, rules must be passed as as a variable to and every table should be passed as a model in the app
middleout/doplio
108 Downloads
The Doplio ORM provides a beautiful, PHP DataMapper implementation for working with your database and objects using Eloquent for a access to the raw table data. It completely unties your model from the database.
suhk/datafinder-laravel
2 Downloads
This is a package to implement search and filters on the backend level using DataTables and Laravel Models. The best part of this package is the ability to search across multiple tables and rows in a single request (ajax), with or without using joins.
sikhlana/laravel-modular
2225 Downloads
A simple package to neatly keep models into sub-directories without breaking the table naming.
jlorente/yii2-locations
96 Downloads
A Yii2 extension that includes database tables, models and an admin module to store locations.
geeksdevelop/sqlmodel
72 Downloads
Package to generate the models using the structure of the database tables
bolt/browsercheck
149 Downloads
💻 This Bolt extension works with the User-Agent to detect devices (desktop, tablet, mobile, etc.), clients, operating systems, brands and models.
slivka-b/laravel-translatable
127 Downloads
[fork] The package provides possibility to translate your Eloquent models into different languages using a single database table.
imcity-tech/laravel-translatable
1395 Downloads
[fork] The package provides possibility to translate your Eloquent models into different languages using a single database table.
brunnofoggia/doctrine-whalen
40 Downloads
Utility to read data of a table without having a model created
mehadi/laravel-crud-generator
43 Downloads
A laravel package to generate CRUD by giving Model and database table column