我正在使用Symfony 2.8.2,並且不知何故FlashMessage沒有通過重定向。Symfony 2.8.2 flashmessage和redirecttoroute
$this->addFlash('success', 'Expedition erfolgreich!');
return $this->redirectToRoute('mainmenu_dashboard');
重定向後沒有flashmessage。我已經查看了會話(轉儲它),但重定向後沒有閃光消息。
任何想法?
您是否有一個基本的Twig模板,可以循環顯示您的Flash消息並顯示它們? –