[GH-ISSUE #470] Master branch install broken #331

Closed
opened 2026-02-26 02:32:52 +03:00 by kerem · 1 comment
Owner

Originally created by @alex-phillips on GitHub (Oct 14, 2016).
Original GitHub issue: https://github.com/koel/koel/issues/470

Thought I'd open an issue since the last commit hasn't been for 18 days (on master anyway) but installation via the master branch is currently broken with the following error presented during composer install.

Script php artisan clear-compiled handling the post-install-cmd event returned with error code 1

Running the command manually outputs the following:

[Symfony\Component\Debug\Exception\FatalThrowableError]
Class 'Pusher' not found
Originally created by @alex-phillips on GitHub (Oct 14, 2016). Original GitHub issue: https://github.com/koel/koel/issues/470 Thought I'd open an issue since the last commit hasn't been for 18 days (on master anyway) but installation via the master branch is currently broken with the following error presented during `composer install`. `Script php artisan clear-compiled handling the post-install-cmd event returned with error code 1` Running the command manually outputs the following: ``` [Symfony\Component\Debug\Exception\FatalThrowableError] Class 'Pusher' not found ```
kerem closed this issue 2026-02-26 02:32:53 +03:00
Author
Owner

@phanan commented on GitHub (Oct 17, 2016):

You need BROADCAST_DRIVER=log in .env file (as listed in .env.example for master.

<!-- gh-comment-id:254121199 --> @phanan commented on GitHub (Oct 17, 2016): You need `BROADCAST_DRIVER=log` in `.env` file (as listed in `.env.example` for master.
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#331
No description provided.