Si Thu Aung

Results 13 comments of 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.

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 ![json-response-with-dd](https://cloud.githubusercontent.com/assets/5352704/5787454/1e07a71c-9e2e-11e4-9619-82294355fae2.png) 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