mirror of
https://github.com/koel/koel.git
synced 2026-04-25 08:46:00 +03:00
[GH-ISSUE #96] Failed to Open Stream: Missing "autoload" file #64
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#64
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 @jones-agyemang on GitHub (Dec 17, 2015).
Original GitHub issue: https://github.com/koel/koel/issues/96
I'm using the step-by-step installation guide here(http://koel.phanan.net/#install). I get an error when I run this command
php artisan init. Error details are giving below.@etopian commented on GitHub (Dec 17, 2015):
which version of php are you using? looks like a version of php which is too old.
@jones-agyemang commented on GitHub (Dec 17, 2015):
@etopian
@etopian commented on GitHub (Dec 17, 2015):
http://stackoverflow.com/questions/28468625/laravel-5-failed-opening-required-bootstrap-vendor-autoload-php
@jones-agyemang commented on GitHub (Dec 17, 2015):
Thanks @etopian I am upgrading to PHP 7.0
Then I will try again
I will keep you updated
@etopian commented on GitHub (Dec 17, 2015):
Run composer install in your root project folder (or php composer.phar install).
PHP 5.6 should be fine.
@jones-agyemang commented on GitHub (Dec 17, 2015):
@etopian commented on GitHub (Dec 17, 2015):
you need to get https://getcomposer.org/composer.phar
after that you need to get nodejs. read the install instruction.
it's much quicker to get docker and use that instead.
https://docs.docker.com/engine/installation/windows/
https://github.com/etopian/docker-koel
@jones-agyemang commented on GitHub (Dec 17, 2015):
@etopian I'm using MacOS's Mavericks
I enabled OpenSSL in php.ini and re-run
composer install.Thanks for the SO link. That's where I found the answer!
@jones-agyemang commented on GitHub (Dec 17, 2015):
👍
@fgitpush commented on GitHub (Jan 14, 2018):
PHP 5.6 version is causing the issue. Upgrade to 7.x.
@fgitpush commented on GitHub (Mar 23, 2019):
There are several reasons why this is caused: