this is my test ajax in laravel 5 (refer below)
$(\"#try\").click(function(){ var url = $(this).attr(\"data-link\"); $.ajax({ url: \"test\",
do not forget add "use Illuminate\Http\Request;" on your controller