mirror of
https://github.com/koel/koel.git
synced 2026-04-25 16:56:02 +03:00
[GH-ISSUE #212] Why is index.php not in public/ ? #153
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#153
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 @carcinocron on GitHub (Feb 1, 2016).
Original GitHub issue: https://github.com/koel/koel/issues/212
I noticed in the nginx config:
I'm pretty sure the standard in laravel is to use
root /home/forge/koel.dev/public;which would also make this rule unnecessary:Is there something I'm missing here? Why was it necessary to not use laravel's default method?
@phanan commented on GitHub (Feb 1, 2016):
This has been discussed before. Basically I wanted to support those on shared hostings as well. I guess some rewrites would do it as well, but this is more familiar to me.
@kikoseijo commented on GitHub (Nov 21, 2017):
Hi there,
Nice job here, its good, really, amazing.
You should put in the installation that its not like laravel, because it builds directly from root folder, took me while to realise- after coulee reads on instructions.
I have this automatised installation on Laravel, but this part its different.
Happy days!