Error configure.php
I'd like to create a filament plugin, I've retrieved the "Filament Plugin Skeleton" template, but I get an error when I type php./configure.php
PHP Parse error: syntax error, unexpected '=>' (T_DOUBLE_ARROW) in /home/beckerm/Projects/customers-management/configure.php on line 139
8 Replies
You have a Syntax error on line 139 of configure.php
If you would like help, you need to provide the code so we can advise accordingly.
What version of php are you using.?
This is the filament plug-in skeleton. 🙂
Yep... but it could have been changed 😉
It hasn’t.
Unless OP manually changed it before running it.
no I didn't modify it, I'm on PHP 7.4.3
I believe you need to be on PHP 8.1 for v3
Solution
yea, minimum requirement is 8.1
thanks