Looking to hire Laravel developers? Try LaraJobs

laravel-properties maintained by stephenlake

Description
Associate generic data to any other model without polluting your application model logic, for Laravel.
Author
Last update
2023/02/02 06:51 (dev-dependabot/composer/symfony/http-kernel-4.4.50)
License
Links
Downloads
5 623

Comments
comments powered by Disqus

Laravel Properties

tests 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.

Getting Started

Install the package via composer.

composer require cloudcake/laravel-properties

See documentation for usage.

License

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