mirror of
https://github.com/koel/koel.git
synced 2026-04-26 01:06:00 +03:00
[PR #578] [MERGED] Conditionally loading ServiceProvider #1284
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#1284
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?
📋 Pull Request Information
Original PR: https://github.com/koel/koel/pull/578
Author: @serima
Created: 4/23/2017
Status: ✅ Merged
Merged: 5/10/2017
Merged by: @phanan
Base:
master← Head:serima/fix-composer-dependencies📝 Commits (9)
2bc8d76Move some packages to "require"e53bcdaRevert "Move some packages to "require""840ca8cChange method of registering some service providers1536e64Change from register to bind0454c57Fix AppServiceProvider.php765bb90Spacesc088d8aDelete an extra space8b26bd2Register also IdeHelperServiceProvider97ad704Delete binding📊 Changes
2 files changed (+4 additions, -3 deletions)
View changed files
📝
app/Providers/AppServiceProvider.php(+4 -1)📝
config/app.php(+0 -2)📄 Description
After checking the operation locally, when deploying to operate with heroku, the following error occurred. Deployment to heroku seems to be a specification that forcibly grants the "--no-dev" option when composer install.
Originally, I think that options should exist on heroku side, but it seems that we can not do such a situation at present.
https://devcenter.heroku.com/articles/php-support#build-behavior
Considering to make it run on various platforms, I think that it is important that deployment is completed simply.
Thanks.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.