andheiberg / laravel-messenger

Basic messaging package for laravel
67 stars 14 forks source link

PHP Fatal Error when Composer update #2

Closed affektde closed 10 years ago

affektde commented 10 years ago

Hello Andreas, I got a "Error Output: PHP Fatal error: Class 'Andheiberg\Messenger\Commands\SetupCommand' not found in /vendor/andheiberg/messenger/src/Andheiberg/Messenger/MessengerServiceProvider.php on line 36"

What do you think could this be? Since that migration with Laravel doesn't work anymore.

andheiberg commented 10 years ago

I will have to setup a test project, but I remember fixing this issue long ago :)

andheiberg commented 10 years ago

I've just confirmed it works on a clean project. I suggest you update the package and see if it fixes it.

viwiv commented 10 years ago

Rename directories traits, models, commands -> Traits, Models, Commands. Does not work in *nix systems.

andheiberg commented 10 years ago

Thanks didn't catch that one.

Fixed

viwiv commented 10 years ago

You are welcome!