2017 © Pedro Peláez
 

library laravel-eloquent-settings

Allow for dynamic blobbed settings in Eloquent models.

image

hpolthof/laravel-eloquent-settings

Allow for dynamic blobbed settings in Eloquent models.

  • Sunday, January 8, 2017
  • by hpolthof
  • Repository
  • 1 Watchers
  • 1 Stars
  • 39 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 8 % Grown

The README.md

Allow for dynamic blobbed settings in Eloquent models.

This package was created for an internal project, but as the idea is reusable, I encourage others to make use of this package., (*1)

The main goal was to create a way to store variables dynamicly into a database field without having to rewrite the database structure., (*2)

Usage

Just use the HasSettings trait in your Eloquent model and add a field named settings to your table with a type of MEDIUMTEXT., (*3)

You can also use another field name, but be sure to set the protected $settingsField to that specific fieldname., (*4)

The Versions

08/01 2017

v0.1.5

0.1.5.0

Allow for dynamic blobbed settings in Eloquent models.

  Sources   Download

GPL2

The Requires

  • php >=5.4.0

 

database laravel eloquent

08/01 2017

v0.1.6

0.1.6.0

Allow for dynamic blobbed settings in Eloquent models.

  Sources   Download

GPL2

The Requires

  • php >=5.4.0

 

database laravel eloquent

08/01 2017

v0.1.4

0.1.4.0

Allow for dynamic blobbed settings in Eloquent models.

  Sources   Download

GPL2

The Requires

  • php >=5.4.0

 

database laravel eloquent

08/01 2017

v0.1.3

0.1.3.0

Allow for dynamic blobbed settings in Eloquent models.

  Sources   Download

GPL2

The Requires

  • php >=5.4.0

 

database laravel eloquent

08/01 2017

dev-master

9999999-dev

Allow for dynamic blobbed settings in Eloquent models.

  Sources   Download

GPL2

The Requires

  • php >=5.4.0

 

database laravel eloquent

08/01 2017

v0.1.2

0.1.2.0

Allow for dynamic blobbed settings in Eloquent models.

  Sources   Download

GPL2

The Requires

  • php >=5.4.0

 

database laravel eloquent

08/01 2017

v0.1.1

0.1.1.0

Allow for dynamic blobbed settings in Eloquent models.

  Sources   Download

GPL2

The Requires

  • php >=5.4.0

 

database laravel eloquent