I have this error on my AJAX request, please refer below. Deprecated: Automatically populating $HTTP...
First I have this 'User' model <?php namespace App; use Illuminate\Auth\Authenticata...
I have this eloquent model query public function getemployee(){ $id = $_POST['id'];...
in my head tag, I declared this <meta name="csrf-token" content="{{ csrf_token...
this is my test ajax in laravel 5 (refer below) $("#try").click(function(){ va...
thank you, I finally got it working
The Laravel portal for problem solving, knowledge sharing and community building.