[GH-ISSUE #496] Error during 3.4.1 upgrade - when running koel:init #350

Closed
opened 2026-02-26 02:32:55 +03:00 by kerem · 2 comments
Owner

Originally created by @TwizzyDizzy on GitHub (Dec 5, 2016).
Original GitHub issue: https://github.com/koel/koel/issues/496

Hi there,

I was just trying to upgrade from 3.3.1 to 3.4.1. I followed the upgrade guide precisely yet there is an error, when I try to run the following command:

koel@hostname:~$ php artisan koel:init
PHP Fatal error:  Class 'Illuminate\Notifications\NotificationServiceProvider' not found in /path/to/koel/vendor/laravel/framework/src/Illuminate/Foundation/ProviderRepository.php on line 146

koel@hostname:~$ uname -a
Linux hostname 3.16.0-4-amd64 #1 SMP Debian 3.16.36-1+deb8u2 (2016-10-19) x86_64 GNU/Linux

Not sure where to go from here.. any hint is appreciated and I will happily help to debug.

Cheers
Thomas

Originally created by @TwizzyDizzy on GitHub (Dec 5, 2016). Original GitHub issue: https://github.com/koel/koel/issues/496 Hi there, I was just trying to upgrade from 3.3.1 to 3.4.1. I followed the upgrade guide precisely yet there is an error, when I try to run the following command: koel@hostname:~$ php artisan koel:init PHP Fatal error: Class 'Illuminate\Notifications\NotificationServiceProvider' not found in /path/to/koel/vendor/laravel/framework/src/Illuminate/Foundation/ProviderRepository.php on line 146 koel@hostname:~$ uname -a Linux hostname 3.16.0-4-amd64 #1 SMP Debian 3.16.36-1+deb8u2 (2016-10-19) x86_64 GNU/Linux Not sure where to go from here.. any hint is appreciated and I will happily help to debug. Cheers Thomas
kerem closed this issue 2026-02-26 02:32:55 +03:00
Author
Owner

@phanan commented on GitHub (Dec 5, 2016):

Have you run composer install? Admittedly, I missed this step in the upgrade guide.

<!-- gh-comment-id:264778467 --> @phanan commented on GitHub (Dec 5, 2016): Have you run `composer install`? Admittedly, I missed this step in the upgrade guide.
Author
Owner

@TwizzyDizzy commented on GitHub (Dec 5, 2016):

Hi phanan,

no, I did not, as it was - as you said - not mentioned in the guide. After having run composer update within the koel path (composer location may vary):

koel@hostname:~$ /opt/composer/composer install
koel@hostname:~$ php artisan koel:init
 Attempting to install or upgrade Koel.
 Remember, you can always install/upgrade manually following the guide here:
 📙  https://github.com/phanan/koel/wiki
 
[...some gulp and yarn science...]

 🎆  Success! You can now run Koel from localhost with `php artisan serve`.
 Again, for more configuration guidance, refer to
 📙  https://github.com/phanan/koel/wiki.
 WIKI ROCKS WIKI RULES.
 KTHXBYE.

.. everything worked fine. Thanks! As I've seen, you already updated the guide so this issue is solved. :)

Cheers
Thomas

<!-- gh-comment-id:264804175 --> @TwizzyDizzy commented on GitHub (Dec 5, 2016): Hi phanan, no, I did not, as it was - as you said - not mentioned in the guide. After having run composer update within the koel path (composer location may vary): koel@hostname:~$ /opt/composer/composer install koel@hostname:~$ php artisan koel:init Attempting to install or upgrade Koel. Remember, you can always install/upgrade manually following the guide here: 📙 https://github.com/phanan/koel/wiki [...some gulp and yarn science...] 🎆 Success! You can now run Koel from localhost with `php artisan serve`. Again, for more configuration guidance, refer to 📙 https://github.com/phanan/koel/wiki. WIKI ROCKS WIKI RULES. KTHXBYE. .. everything worked fine. Thanks! As I've seen, you already updated the guide so this issue is solved. :) Cheers Thomas
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#350
No description provided.