I am getting Symfony \ Component \ HttpKernel \ Exception \ MethodNotAllowedHttpException
问题 I am currently trying to include a form onto my homepage where the user can leave a comment and then include the output of that form below so visitors can see all the messages. I am currently getting the following error when i submit a comment: Symfony \ Component \ HttpKernel \ Exception \ MethodNotAllowedHttpException Here is the controller: <?php use Desk\Forms\MessageForm; use Desk\Records\MessageRecord; use Desk\Repositories\MessageRepository; class MessageController extends