Official Support Area, Q&As, Discussions, Suggestions and Bug reports.
Forum's Guidelines
Problem solved. *. routing file WEB.PHP must redirect POST to the page with the report, the same as GET.
Route::get('/home', 'HomeController@index');
Route::post('/home', 'HomeController@index');
*. In the View.php file, an entry must be placed:
<input type = "hidden" name = "_ token" value = "<? Php echo csrf_token ();?>">;
Let KoolReport help you to make great reports. It's free & open-source released under MIT license.
Download KoolReport View demo