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: Mutators 478<br />

.<br />

1 $user = App\User::find(1);<br />

2<br />

3 if ($user->is_admin) {<br />

4 //<br />

5 }<br />

Array Casting<br />

The array cast type is particularly useful when working with columns that are stored as serialized<br />

JSON. For example, if your database has a TEXT field type that contains serialized JSON, adding the<br />

array cast to that attribute will automatically deserialize the attribute to a PHP array when you<br />

access it on your Eloquent model:<br />

.<br />

1

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

Saved successfully!

Ooh no, something went wrong!