Eloquent Serialized LOB is a trait for Laravel Eloquent models that allows Serialized LOB pattern
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.