我是laravel的新手。我的网站在localhost上运行良好,但是当我将其托管在实时服务器上时,它会使用post方法重定向到所有表单的Tokenmismatch Exception。
I have tried following solutions:-
1.Change storage directory permission to 777.
2.Use command PHP artisan clear:cache.
3.check space in web.php file before <?php tag.
4.Use **{{csrf_token()}}** in each form.
but still the problem is not solved.Please guide me.