Closed JustinRvt closed 8 years ago
Hey this issue is the same as #5. You need to upgrade your PHP version to >=5.5.9.
You MIGHT laugh, but I had exactly this version. Upgrading to 5.6 just did the trick. Can't wait to play around with your work.
Thank you so much Jaesung
Nice, I should update the composer.json file to reflect the correct minimum. And feel free to make contributions if you'd like.
On Thursday, July 21, 2016, Јустин notifications@github.com wrote:
You MIGHT laugh, but I had exactly this version. Upgrading to 5.6 just did the trick. Can't wait to play around with your work.
Thank you so much Jaesung
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/jaesung2061/anvel/issues/6#issuecomment-234467126, or mute the thread https://github.com/notifications/unsubscribe-auth/AH7GUg6ZafRBq5GqEkyqkRxaPRW3yuP9ks5qYGb0gaJpZM4JR6Cv .
Hello,
First of all, thanks for your project, I was looking for a PHP micro framework and here are you with Lumen+Angular2. I followed your instructions but I always get the same error :
Parse error: syntax error, unexpected '.', expecting ',' or ';' in /var/www/html/bootstrap/app.php on line 3
But it looks ok to me :
(I tried on 2 different servers)
If you have any clue, I'd take it. Thanks a lot!