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.
Related Packages
iamtartan/laravel-xml-response
Added a method to Laravel response for handling xml response and also converting...
73
4
vinelab/http
An http library developed for the laravel framework. aliases itself as HttpClien...
303,986
57
jailtonsc/laravel-response-xml
Add the method xml integrating the laravel's response, converting eloquent retur...
299,162
47