[GH-ISSUE #65] Larvel Session file is not supported #46

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

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

InvalidArgumentException in compiled.php line 12040: Driver [/koel/config/session.php] not supported.

and

InvalidArgumentException in compiled.php line 12040: Driver [/koel/config/session.php] not supported.

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.
2015-12-15-184431_5760x1080_scrot

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 ``` InvalidArgumentException in compiled.php line 12040: Driver [/koel/config/session.php] not supported. ``` and ``` InvalidArgumentException in compiled.php line 12040: Driver [/koel/config/session.php] not supported. ``` 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. ![2015-12-15-184431_5760x1080_scrot](https://cloud.githubusercontent.com/assets/5448134/11827656/e6dc8184-a35b-11e5-9091-3db159866325.png)
kerem closed this issue 2026-02-26 02:31:54 +03:00
Author
Owner

@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

'driver' => 'native',
<!-- gh-comment-id:164939274 --> @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 ``` 'driver' => 'native', ```
Author
Owner

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

I also had to do the same with the cache.php file

'driver' => 'file',
<!-- gh-comment-id:164939764 --> @t94j0 commented on GitHub (Dec 15, 2015): I also had to do the same with the cache.php file ``` 'driver' => 'file', ```
Author
Owner

@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.

<!-- gh-comment-id:164969633 --> @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.
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#46
No description provided.