Laravel AJAX Only Middleware
Sometimes you want to have a route that only accepts AJAX calls, or at least protect them if they are not AJAX calls.
Luckily Laravel has an easy helper in the Request class available for these type of things.
This post is submitted by dennissmink.
Link:
This post is submitted by our members. Submit a new post.
Tags: Tutorials Laravel 5.7 Laravel 5.6 Laravel 5.5 Laravel 5.4 Laravel 5 Intermediate