Встроил в форму предложенную функцию. Все равно форма не отправляется
<form action="/comments" method="POST">
csrf_field()
Понятно, что в web прописано
Route::post('/comments',function() {
print_r($_POST);
});
Но форма все равно не отправляется
Ошибка
Symfony \ Component \ HttpKernel \ Exception \ MethodNotAllowedHttpException
No message
Встроил в форму предложенную функцию. Все равно форма не отправляется
<form action="/comments" method="POST">
csrf_field()
Понятно, что в web прописано
Route::post('/comments',function() {
print_r($_POST);
});
Но форма все равно не отправляется
Ошибка
Symfony \ Component \ HttpKernel \ Exception \ MethodNotAllowedHttpException
No message