add auto_render to laravel configuration

This commit is contained in:
KHOUBZA Younes
2022-06-11 14:37:00 +01:00
parent 33bedfb325
commit 7cfd1bd737
+1
View File
@@ -71,6 +71,7 @@ class FlasherPlugin extends Plugin
'default' => $this->getDefault(),
'root_script' => $this->getRootScript(),
'auto_translate' => true,
'auto_render' => true,
'flash_bag' => array(
'enabled' => true,
'mapping' => $this->getFlashBagMapping(),