Closed dmitrijsmihailovs closed 2 years ago
Can you check where the error occurs? Via stacktrace in logs etc.
Ah okay, only PHP 8.1 allows unpacking w/ string keys. I forgot about that. I will fix it in a sec.
Hey! Sorry about that - fixed in version 5.0.1. See release notes here: https://github.com/outl1ne/nova-page-manager/releases/tag/5.0.1
I am getting this error on latest pre release. Templates config looks like this 'templates' => [ 'pages' => [ 'language-page' => [ 'class' => \App\Nova\Templates\LanguagePage::class, 'unique' => false, // Whether more than one page can be created with this template ], ], 'regions' => [ // 'header' => [ // 'class' => '\App\Nova\Templates\HeaderRegionTemplate', // 'unique' => true, // ], ], ],