Lecturize / Laravel-Addresses

Simple address and contact management for Laravel.
MIT License
197 stars 39 forks source link

Adding custom columns feature #16

Closed ryanrapini closed 3 years ago

ryanrapini commented 6 years ago

Implementing a new private setFillable() method which generates the fillable attributes for the Addresses model.

It's a combination of:

  1. hardcoded table names (from the migrations)
  2. any columns in the columns array in the config
  3. any columns in the flags array in the config, with 'is_' prepended to them

see #15