eloquent-models topic

List eloquent-models repositories

laravel-nullable-fields

104
Stars
11
Forks
Watchers

Handles saving empty fields as null for Eloquent models

laravel-lucene-search

73
Stars
28
Forks
Watchers

Laravel 4.2, 5.* package for full-text search over Eloquent models based on ZF2 Lucene.

laravel-paperclip

78
Stars
17
Forks
Watchers

Laravel file attachment solution for Eloquent

laravel-erd

130
Stars
23
Forks
Watchers

Automatically generate ERD Diagrams from Model's relations in Laravel

laravel-transactional-model-events

66
Stars
7
Forks
Watchers

Add eloquent model events fired after a transaction is committed or rolled back

enum-eloquent

62
Stars
6
Forks
Watchers

Enum attribute casting for Eloquent models

laravel-nestedupdater

19
Stars
4
Forks
Watchers

Package for allowing updating of nested Eloquent model relations using a single nested data array.

eloquent-publishing

20
Stars
0
Forks
20
Watchers

Easily make your eloquent model publishable.

eloquence

18
Stars
1
Forks
Watchers

Eloquence provides a cache on top of Eloquent that prevents multiple models being created for a single database row using the Identity Map design pattern.