Libraries tagged by database model
winavin/permissions
3 Downloads
A lightweight, Enum-driven Roles & Permissions package for Laravel, designed for multi-model and multi-team systems without requiring database-stored role or permission definitions.
umairhanifdev/laravel-table-logger
6 Downloads
Automated Laravel model auditing and application log management with dynamic table creation. Tracks all model changes (create/update/delete) in dedicated log tables while maintaining native Laravel conventions. Provides comprehensive activity monitoring without database modifications.
slivka-b/laravel-translatable
157 Downloads
[fork] The package provides possibility to translate your Eloquent models into different languages using a single database table.
omnifyjp/laravel-scaffold
97 Downloads
A powerful Laravel package that automates the generation of Models, Controllers, Migrations, and other essential components from database schemas.
imcity-tech/laravel-translatable
1424 Downloads
[fork] The package provides possibility to translate your Eloquent models into different languages using a single database table.
edgrosvenor/laravelizer
4 Downloads
Create Laravel models, migrations, and factories for an existing MySQL database
developerawam/generate-migration
24 Downloads
This package automatically generates migration files for your Laravel application. With this feature, you can quickly create database structures without writing SQL code manually. Simply specify the model you want to create, and this package will handle the rest, streamlining development and minimizing human errors.
bullhorn/fast-rest-services
2909 Downloads
FastREST generates REST-ready models and controllers dynamically from a MySQL database schema, including foreign keys, table and column comments, and indexes.
blakvghost/juste
37 Downloads
Juste is the Core of Project Bravo, my personal PHP MVC framework, it essentially ensures the understanding of Models, Controller, the basic template engine.It also manages the Routing, the middlewares, the database, and especially my super nice homemade mini ORM without forgetting the easy sending of emails.
bangerkuwranger/magento2-gtid-safe-url-rewrite-tables
2121 Downloads
Magento 2 module that overrides the temporary table creation in catalog-url-rewrite/model/map with a permanent table to allow for GTID consistency in replicated SQL databases.
albaroody/staging
45 Downloads
Allow any Laravel model to be saved as a draft (staged) into a separate system without affecting real database tables.
soliantconsulting/simplefm-skeleton
26 Downloads
This application demonstrates use of the SimpleFM\ZF2 package in the Model layer of a Zend Framework 2 MVC application, using the FMServer_Sample database as a data provider.
lxberlin/netefx-validator
8675 Downloads
NetefxValidator is a class for form validation, so it replaces the RequiredFields() validator. Features: A lot of build in validationrules - logical rule combination - validationrule for unique database fields - custom validation functions - works in getCMSValidator() in Modeladmin - There is no javascript validation at all. So you can disable js-validation in your _config.php
rahulshibu/laravel-model-encrypter
38 Downloads
Provides database model attribute encryption/decryption
morningtrain/wp-database-model-admin-ui
578 Downloads
Autogenerated Wordpress Admin Tables, for Eloquent Models