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