Tag Archives: 1000)

setTimeout() error in laravel

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’);