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