octubreprofavor Approved

Member since: 2017-01-23

Recent posts by octubreprofavor
Post When

I have just installed your plugin and I'm getting this exact error on installation I'm afraid. The m...

Posted in Database error on saving initial parameters

I used this to inject some JS for one of my plugins. The plugin had no pages but was an extension of...

Posted in How to add JavaScript file to Backend pages?

I have extended the User plugin similarly to the first half of this tutorial video.

If I update a va...

Posted in Is there a way to "cascade" an `update()` or `save()` to all relationships on a model?

Ah yes, so I got this sorted. You have to use your model's addFillable method. Add the following to ...

Posted in Extend page to get/set or add fields to $fillable

Did you ever solve this? I am also trying to add additional fields to a Model's $fillable array.

Posted in Extend page to get/set or add fields to $fillable