mirror of
https://github.com/koel/koel.git
synced 2026-04-25 08:46:00 +03:00
[GH-ISSUE #72] 'php artisan serve' only binds port 8000 to ipv6 ::1:8000 #53
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#53
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 @nodje on GitHub (Dec 16, 2015).
Original GitHub issue: https://github.com/koel/koel/issues/72
Hi,
I resolved myself to use a Laravel provided Vagrant machine for a quick startup.
Everything went fine but in the end when executing
php artisan serve, I get the proper message
Laravel development server started on http://localhost:8000/but for some reason,
netstat -tulpentells me laravel dev server only binds to ipv6 interface:Vagrant port forwards don't seem to allow forward to ipv6 so I'm out of option here.
Are you aware of this problem?
How can I change the laravel port?
Ideally it should bind to all ipv4 interfaces: 0.0.0.0:8000
@NamPNQ commented on GitHub (Dec 16, 2015):
php artisan serve --host 0.0.0.0@nodje commented on GitHub (Dec 17, 2015):
great! it works :)
@Paraintom commented on GitHub (Dec 30, 2015):
Thank you!
@gh-thyago-makiyama commented on GitHub (Oct 2, 2018):
Mas que lixo de resposta!