Eloquent Serialized LOB is a trait for Laravel Eloquent models that allows Serialized LOB pattern
ngmy/eloquent-serialized-lob is a Laravel package for eloquent serialized lob is a trait for laravel eloquent models that allows serialized lob pattern.
It currently has 1 GitHub stars and 2.241 downloads on Packagist (latest version 0.3.0).
Install it with composer require ngmy/eloquent-serialized-lob.
Discover more Laravel packages by ngmy
or browse all Laravel packages to compare alternatives.
Last updated
Eloquent Serialized LOB is a trait for Laravel Eloquent models that allows Serialized LOB pattern.
Eloquent Serialized LOB has the following requirements:
require command:
composer require ngmy/eloquent-serialized-lob
providers array in the config/app.php file:
Ngmy\EloquentSerializedLob\EloquentSerializedLobServiceProvider::class,
WIP: See tests.
Eloquent Serialized LOB is open-sourced software licensed under the MIT license.