项目作者: ngmy

项目描述 :
Eloquent Serialized LOB is a trait for Laravel Eloquent models that allows Serialized LOB pattern
高级语言: PHP
项目地址: git://github.com/ngmy/eloquent-serialized-lob.git
创建时间: 2016-07-28T14:23:00Z
项目社区:https://github.com/ngmy/eloquent-serialized-lob

开源协议:MIT License

下载


Eloquent Serialized LOB

Latest Stable Version
Total Downloads
Latest Unstable Version
License
composer.lock

PHP CI
Coverage Status

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

  1. Execute the Composer require command:
    1. composer require ngmy/eloquent-serialized-lob
  2. If you don’t use package discovery, add the service provider to the providers array in the config/app.php file:
    1. Ngmy\EloquentSerializedLob\EloquentSerializedLobServiceProvider::class,

Usage

WIP: See tests.

License

Eloquent Serialized LOB is open-sourced software licensed under the MIT license.