29.07.2016 Views

laravel-5

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Eloquent: Serialization 484<br />

.<br />

14 protected $appends = ['is_admin'];<br />

15 }<br />

Once the attribute has been added to the appends list, it will be included in both the model’s array<br />

and JSON forms. Attributes in the appends array will also respect the visible and hidden settings<br />

configured on the model.

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!