Si Thu Aung
Si Thu Aung
Is it compatible with laravel 5.0? I've tested and it doesn't work for me. And laravel 5.3 also.
+1 L5
Dear Chumper No I don't have any dd or var_dump. I'll show you complete code. My Route ``` Route::get('datatable', function(){ return View::make('datatable'); }); Route::get('/api/users',[ 'as' => 'api.users', 'uses' => 'HomeController@getDatatable'...
Anybody please...
Dear @Chumper I'm pretty sure I don't have any dd or var_dump but my controller code.
Dear @thienhung1989 With your first code, my Json response is ``` This request has no response data available. ``` with this second code  and error pop-up as well. DataTables...
@thienhung1989 @Chumper Thank you guys. I'll try.
I did an ugly fix like this on page load. ``` document.getElementsByClassName('VueCarousel-inner')[0].style.height = "auto"; ```
Thanks for your time @quinnlangille 👍
Dear @MrJuliuss I found that postLogin method just returned true and it returned as json. Where did you handle the redirect action after login is successful? Regards Sithu