You've already forked php-flasher
mirror of
https://github.com/php-flasher/php-flasher.git
synced 2026-04-05 12:32:55 +01:00
add auto_render to laravel configuration
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user