Eloquent Serialized LOB is a trait for Laravel Eloquent models that allows Serialized LOB pattern.
Eloquent Serialized LOB has the following requirements:
- PHP >= 7.3
- Laravel >= 6.0
- Execute the Composer
require
command:composer require ngmy/eloquent-serialized-lob
- If you don't use package discovery, add the service provider to the
providers
array in theconfig/app.php
file:Ngmy\EloquentSerializedLob\EloquentSerializedLobServiceProvider::class,
WIP: See tests.
Eloquent Serialized LOB is open-sourced software licensed under the MIT license.