Environment
- OS: Windows (Laragon)
- PHP Version: PHP 8.2, 8.3, 8.4, 8.5]
- Hubleto ERP Version: [Check composer.json or latest from repo]
- Installation Method:
composer create-project hubleto/erp then php hubleto init
Error
Parse error: syntax error, unexpected token "{", expecting "," or ";" in C:\laragon\www\erp\vendor\hubleto\framework\src\Interfaces\AuthInterface.php on line 6
text
Steps to Reproduce
- Fresh install in
C:\laragon\www\erp
- Run
php hubleto init
- Immediate parse error
AuthInterface.php Line 6 Context
Tried
- Verified PHP 8.2+ [web:24]
- Deleted
vendor/ and composer.lock, reran composer install
- No file corruption visible in editor
Expected: Successful init. Actual: Parse error blocks setup.