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
Solution:
yea, minimum requirement is 8.1
Jump to solution
8 Replies
toeknee
toeknee2y ago
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.
awcodes
awcodes2y ago
What version of php are you using.? This is the filament plug-in skeleton. 🙂
toeknee
toeknee2y ago
Yep... but it could have been changed 😉
awcodes
awcodes2y ago
It hasn’t. Unless OP manually changed it before running it.
Becker Maxime
Becker MaximeOP2y ago
no I didn't modify it, I'm on PHP 7.4.3
Lind
Lind2y ago
I believe you need to be on PHP 8.1 for v3
Solution
awcodes
awcodes2y ago
yea, minimum requirement is 8.1
Becker Maxime
Becker MaximeOP2y ago
thanks

Did you find this page helpful?