[GH-ISSUE #48] Installing #33

Closed
opened 2026-02-26 02:31:52 +03:00 by kerem · 5 comments
Owner

Originally created by @feruzx on GitHub (Dec 15, 2015).
Original GitHub issue: https://github.com/koel/koel/issues/48

Hi I tried to install but it throws an error in line 31 to the artisan

You can install a WAMP server?

Originally created by @feruzx on GitHub (Dec 15, 2015). Original GitHub issue: https://github.com/koel/koel/issues/48 Hi I tried to install but it throws an error in line 31 to the artisan You can install a WAMP server?
kerem closed this issue 2026-02-26 02:31:52 +03:00
Author
Owner

@phanan commented on GitHub (Dec 15, 2015):

What error?

<!-- gh-comment-id:164641980 --> @phanan commented on GitHub (Dec 15, 2015): What error?
Author
Owner

@mak2014 commented on GitHub (Dec 15, 2015):

Hi Feruzx, I am able to install on Wamp Server 2.5 without any issues.

<!-- gh-comment-id:164642094 --> @mak2014 commented on GitHub (Dec 15, 2015): Hi Feruzx, I am able to install on Wamp Server 2.5 without any issues.
Author
Owner

@Max-Liu commented on GitHub (Dec 15, 2015):

same error with feruzx
`> php artisan clear-compiled
PHP Parse error: syntax error, unexpected 'class' (T_CLASS), expecting identifier (T_STRING) or variable (T_VARIABLE) or '{' or '$' in /Users/Max/Web/koel/artisan on line 31

Parse error: syntax error, unexpected 'class' (T_CLASS), expecting identifier (T_STRING) or variable (T_VARIABLE) or '{' or '$' in /Users/Max/Web/koel/artisan on line 31

Script php artisan clear-compiled handling the pre-update-cmd event returned with an error

[RuntimeException]
Error Output: PHP Parse error: syntax error, unexpected 'class' (T_CLASS), expecting identifier (T_STRING) or variable (T_VARIABLE) or '{' or '$' in /Users/Max/Web/koel/artisan on line 31`

<!-- gh-comment-id:164692814 --> @Max-Liu commented on GitHub (Dec 15, 2015): same error with feruzx `> php artisan clear-compiled PHP Parse error: syntax error, unexpected 'class' (T_CLASS), expecting identifier (T_STRING) or variable (T_VARIABLE) or '{' or '$' in /Users/Max/Web/koel/artisan on line 31 Parse error: syntax error, unexpected 'class' (T_CLASS), expecting identifier (T_STRING) or variable (T_VARIABLE) or '{' or '$' in /Users/Max/Web/koel/artisan on line 31 Script php artisan clear-compiled handling the pre-update-cmd event returned with an error [RuntimeException] Error Output: PHP Parse error: syntax error, unexpected 'class' (T_CLASS), expecting identifier (T_STRING) or variable (T_VARIABLE) or '{' or '$' in /Users/Max/Web/koel/artisan on line 31`
Author
Owner

@Max-Liu commented on GitHub (Dec 15, 2015):

ok,so @feruzx should use
PHP >= 5.5.9

<!-- gh-comment-id:164694359 --> @Max-Liu commented on GitHub (Dec 15, 2015): ok,so @feruzx should use PHP >= 5.5.9
Author
Owner

@phanan commented on GitHub (Dec 15, 2015):

Yes. It's required by Laravel anyway, and it's written in composer.json. I'll go ahead and close this issue.

<!-- gh-comment-id:164698375 --> @phanan commented on GitHub (Dec 15, 2015): Yes. It's required by Laravel anyway, and it's written in `composer.json`. I'll go ahead and close this issue.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/koel-koel#33
No description provided.