关键词:model

121
A MongoDB based Query builder for Laravel
122
Simple class-based views for Laravel.
123
Laravel MongoDB with PHP 7's MongoDB driver. Original from jenssegers/mongodb, Run `composer require "mongodb/mongodb=^1.0.0@beta"`
125
Apply sorting of Vue Table on Laravel Eloquent queries
126
Extension of Laravel's Eloquent relationships: additional relationship types, query joins, pivot models, converters and helpers
127
Laravel API/Scaffold/CRUD Generator from just one command with including Controller, Repository, Model, Migrations, routes.php update.
128
Laravel 5 - Repositories to the database layer
129
Support get label of model's fields, from model::$labels property or Laravel's localization features
130
Cortex Tenants is a frontend layer for the contextually intelligent polymorphic Laravel package, for single db multi-tenancy. You can completely isolate tenants data with ease using the same database, with full power and control over what data to be centrally shared, and what to be tenant related and therefore isolated from others.
131
Laravel Generator extends from Infyom Laravel Generator
132
Cortex Tags is a frontend layer for the polymorphic Laravel package, for tag management. You can tag any eloquent model with ease, and utilize the awesomeness of Sluggable, and Translatable models out of the box.
133
Eloquent models or arrays presenter for Laravel 5
134
A dedicated class (model) to configure Chumper's Datatable package for Laravel (https://github.com/Chumper/Datatable) to keep your controllers as clean as possible.
135
Keep a revision history for your models without thinking, created as a package for use with Laravel, forked from https://github.com/VentureCraft/revisionable
139
Simple model validation for Laravel 4.
140
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.
141
An easy to use model observer implementation for Eloquent (Laravel 4).
142
Laravel package for get a random model from database.
143
Revisionable is a laravel package that allows you to keep a revision history for your models without thinking, built on top of Ardent
145
Fluent Meta Data for Eloquent Models, as if it is a property on your model.
146
ActiveRecord based on Eloquent with Deferred Binding
147
Fluent Meta Data for Eloquent Models, as if it is a property on your model.
148
Meta data framework for Laravel's eloquent models.
149
Cortex Contacts is a frontend layer for the polymorphic contact management system. You can add contacts to any eloquent model with ease.
150
Generate Model, attribute, relation, scope trait and repository for Laravel Boilerplate