ilanfir18653 Approved

Member since: 2016-09-06

Recent posts by ilanfir18653
Post When

Finally figured this out.

App::error(function(ModelNotFoundException $exception) {
    http_response...

Posted in Return 404 for $model->findOrFail() globally

When using Eloquent findOrFail() I want it to show the theme 404 page The first thing I tried was to...

Posted in Return 404 for $model->findOrFail() globally

I like SweetAlert (my implementation here) but really depends on your needs. If you need a toast mes...

Posted in Custom AJAX error messages

Eventually I didn't need that, but thanks anyway

Posted in Passing data to component JavaScript file

When using external javascript files within components what is the best method to pass data to a jav...

Posted in Passing data to component JavaScript file