Will Laravel determine whether the request is ajax?
世界只因有你
世界只因有你 2017-05-16 16:54:10
0
1
414

Will Laravel determine whether the request is ajax?

世界只因有你
世界只因有你

reply all(1)
世界只因有你

No,

if(Request::ajax()){
    echo "AJAX";
}

Of course you can use middleware to uniformly handle ajax requests

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template