25.06.2018 Views

Full-Stack Vue.js 2 and Laravel 5

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

array_search($id, $saved); if ($key === FALSE) { array_push($saved, $id); }<br />

else { array_splice($saved, $key, 1); } $user->saved = $saved; $user->save();<br />

return response()-><strong>js</strong>on(); } }

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

Saved successfully!

Ooh no, something went wrong!