Package Data | |
---|---|
Maintainer Username: | ngmy |
Maintainer Contact: | y.nagamiya@gmail.com (Yuta Nagamiya) |
Package Create Date: | 2016-07-28 |
Package Last Update: | 2023-02-01 |
Home Page: | |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-14 15:16:09 |
Package Statistics | |
---|---|
Total Downloads: | 2,174 |
Monthly Downloads: | 3 |
Daily Downloads: | 0 |
Total Stars: | 1 |
Total Watchers: | 3 |
Total Forks: | 0 |
Total Open Issues: | 5 |
Eloquent Serialized LOB is a trait for Laravel 5 Eloquent models that allows Serialized LOB pattern.
composer require ngmy/eloquent-serialized-lob
config/app.php
file:'providers' => [
//...
'Ngmy\EloquentSerializedLob\SerializedLobTraitServiceProvider',
],
WIP: See tests.
Eloquent Serialized LOB is open-sourced software licensed under the MIT license.