mirror of
https://github.com/koel/koel.git
synced 2026-04-25 08:46:00 +03:00
[GH-ISSUE #1] .env not created in installation process. #2
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#2
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 @juliusvdijk on GitHub (Dec 13, 2015).
Original GitHub issue: https://github.com/koel/koel/issues/1
In the installation instructions there is an entry that you need to modify the .env file with the database info and account info.
However this file does not exist after cloning the git repo and running composer install.
Currently you need to manually copy the .env.example file to .env and edit the details.
@phanan commented on GitHub (Dec 13, 2015):
You're right. I'll update the instruction as such. Thanks!
@juliusvdijk commented on GitHub (Dec 13, 2015):
You could also add a composer script to copy the example to .env automatically.
@phanan commented on GitHub (Dec 13, 2015):
That's true, and as a matter of fact Laravel has it as a
post-root-package-installscript. I'd like to make it obvious here though.@phanan commented on GitHub (Dec 13, 2015):
But given it a second thought, it sounds like a better idea to make it a script... I'll add it in a next commit 👍