-
-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Hi guys,
just tried the demo project and found a fatal error when executing composer install.
`Class ParsedownExtraTest located in ./vendor/erusev/parsedown-extra/test/ParsedownExtraTest.php does not comply with psr-0 autoloading standard. Skipping.
Class App\Models\States\ProductType located in ./app/Models/Types/ProductType.php does not comply with psr-4 autoloading standard. Skipping.
Illuminate\Foundation\ComposerScripts::postAutoloadDump
PHP Parse error: syntax error, unexpected '|', expecting variable (T_VARIABLE) in /Users/.../Developer/demo/app/helpers.php on line 3
Parse error: syntax error, unexpected '|', expecting variable (T_VARIABLE) in /Users/.../Developer/demo/app/helpers.php on line 3`
Seems like an bigger issue, because when I fix this one the next one will come up and so on...