- New assets:
AutoNumeric
- Set active state when loading menu from array
- Hide parent menu without URL
- Support Laravel 6
To comply with Vega pentest.
Added new config:
'flash' => [
'except' => [],
],
Old:
'flash' => [
'display_time' => 5000,
'opacity' => 0.9,
'position' => 'top center',
],
New:
'flash' => [
'attributes' => [
'display_time' => 5000,
'opacity' => 0.9,
'position' => 'top center',
],
],