setTimeout() error in laravel

By | August 29, 2016

In some cases laravel will load blank page with the following error in the firebug

Answer:This is bevause of usage of get insetead of post in routes.php

Route:get(‘your function’);

  • David

    Beautiful folks !!!