mirror of
https://github.com/koel/koel.git
synced 2026-04-25 08:46:00 +03:00
[GH-ISSUE #65] Larvel Session file is not supported #46
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#46
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 @t94j0 on GitHub (Dec 15, 2015).
Original GitHub issue: https://github.com/koel/koel/issues/65
When starting "php artisan serve", localhost:8000 says that /koel/config/session.php (I cloned into /koel) is not supported
and
The exact error is posted below. I am not familiar enough with the Larvel framework to know how to fix it, so I've been doing some google foo to try and solve the problem. I haven't been able to find a solution so far.

@t94j0 commented on GitHub (Dec 15, 2015):
Ok, I just solved it, but I don't know if it is the way that it should be solved. In the ./config/session.php file, I changed 'driver' to
@t94j0 commented on GitHub (Dec 15, 2015):
I also had to do the same with the cache.php file
@phanan commented on GitHub (Dec 16, 2015):
That's weird, but glad you sorted it out. I'm closing this issue, but feel free to amend it or open a new one should you have any new findings.