Thanks to visit codestin.com
Credit goes to github.com

Skip to content

moon0326/Properties

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Properties

A framework agnostic package to model EAV (Entity Attribute Value) around your objects.

Supported Data Types

Data Type Note
Varchar text value that's less than 255 in length
Text text value that's more than 255 in length
Integer length is restricted to 11 by default
Decimal length is defined as 14,2

Table of Contents

Composer

Add moon/properties in your "require" section of composer.json.

"moon/properties": "1.0"

Run composer update to install the package.

Todos

  • Make it possible to search by properties

License

Properties is released under the MIT license.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages