spatie / blender

The Laravel template used for our CMS like projects
https://freek.dev/on-open-sourcing-blender
877 stars 148 forks source link

PHP Parse error: syntax error, unexpected '=' #241

Closed ghost closed 7 years ago

ghost commented 7 years ago

my php version is 7.1.1 but i get this error in app/helpers.php line 89 wich is

[$group, $key] = explode('.', $name, 2);

maybe i have misconfigured my php.. if so i will close this issue

ghost commented 7 years ago

all fixed