I basically wan't to create a table based on all my model's attributes with Laravel, but the problem is, that the getAttributes() method ignores my custom added accessors even though I've added the name of the property to the $appends property (which adds it to json and array convertions). But still, I can't get my custom property. Any ideas?
Add a comment
|