I have a Laravel Eloquent model User, which has a table with username and email columns. I need to add a property for the model on runtime, something like $user->secure. This pr
If you intend to make use of that add-on property, then $append will blow your mind.
$append
http://laraveldaily.com/why-use-appends-with-accessors-in-eloquent/