mirror of
https://github.com/koel/koel.git
synced 2026-04-25 08:46:00 +03:00
[GH-ISSUE #48] Installing #33
Labels
No labels
Authentication
Dependencies
Documentation
Feature Request
Flac
Help Wanted
Installation/Setup
Integration
Mobile
PR Welcome
Pending Release
Performance
Playlist
S3
Search
Sync
[Pri] Low
[Pri] Normal
[Status] Keep Open
[Status] Needs Author Reply
[Status] Needs Review
[Status] Stale
[Status] Will Implement
[Type] Blessed
[Type] Bug
[Type] Duplicate
[Type] Enhancement
[Type] Help Request
[Type] Question
[Type] Task
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/koel-koel#33
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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?
@phanan commented on GitHub (Dec 15, 2015):
What error?
@mak2014 commented on GitHub (Dec 15, 2015):
Hi Feruzx, I am able to install on Wamp Server 2.5 without any issues.
@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`
@Max-Liu commented on GitHub (Dec 15, 2015):
ok,so @feruzx should use
PHP >= 5.5.9
@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.