closca / sonus

MIT License
22 stars 35 forks source link

Laravel 5.1.1 Won't Install Sonus via Composer #5

Open nicholeous opened 9 years ago

nicholeous commented 9 years ago

Hi there!

I tried to install closca/sonus with composer to a laravel 5.1.1 app and received the following error during setup.

[Symfony\Component\Debug\Exception\FatalErrorException] Class 'Closca\Sonus\SonusServiceProvider' not found

Detailed step by step:

I updated my composer file with: "closca/sonus": "dev-l5"

I then ran composer update and followed with composer dump-autoload and php artisan optimize

I then added my provider and alias in the config file and attempted to run the following (all had the same error)

php artisan config:publish Closca/Sonus php artisan config:publish Closca\Sonus php artisan config:publish closca/sonus php artisan config:publish closca\sonus

Which throws a:

[Symfony\Component\Debug\Exception\FatalErrorException] Class 'Closca\Sonus\SonusServiceProvider' not found

:(

I verified that the namespaces are correct in all places they're referenced.

Finally, I tried removing the alias and provider and running composer clear-cache and restarting the process to no avail.

miroshnik commented 9 years ago

+1

bickle66 commented 9 years ago

I'm having the same issue on Laravel 5.1.1

[Symfony\Component\Debug\Exception\FatalErrorException]
Class 'Closca\Sonus\SonusServiceProvider' not found

:(

ddunford commented 9 years ago

Guys, I have a working copy over here: https://github.com/dunfy/sonus

I'm NOT maintaining it though, I had to fork it and fix it so I can use it in my own project.

Ryangr0 commented 9 years ago

+1, no idea why this is happening. Tried recreating @dunfy 's commits, that didn't work either.

0reo commented 9 years ago

+1, same issue

ghost commented 9 years ago

+1

cmbirk commented 8 years ago

+1

cmbirk commented 8 years ago

@dunfy would you create a pull request for this repo?

PoeHut commented 8 years ago

+1

mecalac commented 8 years ago

+1

shealan commented 8 years ago

Anyone solve this issue? Trying to get it installed on L5.1 and getting the same thing :(