关键词:database

152
Laravel translations stored in database for easy CRUD
153
Parse Heroku config vars like DATABASE_URL or REDIS_URL to work with Laravel.
154
This package is caching every single query per request, to make sure that you will never duplicate your query again.
155
Allows you to define what attributes in your Eloquent Model which should be not be inserted into the database.
156
Basic Laravel data-grid system to ease sorting and filtering large tables. Does not contain any frontend bullshit so the appearance is your job
157
Quick and efficient seeding database from JSON files for Laravel
158
Add fulltext and inherited table support to postgresql
159
PHP laravel eloquent on slim framework
161
Handy scopes for the Laravel's Query Builder.
162
this is a package for Laravel Framework to export, via command line, Database in Migration and all data in a Seed
163
Thread-safe MongoDB database queue implementation for Laravel
164
Laravel package for dynamically filtering Eloquent results using URL query string.
165
Laravel 5.0^ Driver for the SAP SQLAnywhere database
166
Academe is an awesome data-mapper for MySQL & MongoDB (maybe more), support Laravel & natvie PHP project.
169
Laravel 5 persistent settings in database package
170
Self-validating smart models for Laravel 4's Eloquent ORM
171
Extension of Laravel's Eloquent relationships: additional relationship types, query joins, pivot models, converters and helpers
173
A lazy mysql based Eloquent model and Query builder for Laravel
174
Laravel MongoDB with PHP 7's MongoDB driver. Original from jenssegers/mongodb, Run `composer require "mongodb/mongodb=^1.0.0@beta"`
177
A MongoDB based Query builder for Laravel
178
A set of models to use with Laravel's Eloquent to query a Wordpress database.
179
Package to create simple seeders with ability to lock/unlock tables
180
Makes it easier to work with models and repositories in Laravel