Skip to content

Associate generic data to any other model without polluting your application model logic, for Laravel.

License

Notifications You must be signed in to change notification settings

ingenidoc/laravel-properties

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel Properties

tests styleci scrutinzer downloads release license

Laravel Properties is a package to assist in associating properties or attributes of generic form to any of your models using polymorphic relationships. Ever wanted to attach an attribute to your model, but not pollute your model with an additional column? Laravel Properties solves this desire by acting as a generic attribute you can use in any form.

Made with ❤️ by Stephen Lake

Getting Started

Install the package via composer.

composer require stephenlake/laravel-properties

See documentation for usage.

License

This library is licensed under the MIT License - see the LICENSE.md file for details.

About

Associate generic data to any other model without polluting your application model logic, for Laravel.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%