rydurham / L4withSentry

Laravel 4 and Sentry 2.0
300 stars 91 forks source link

Could not scan for classes inside "app/libraries" which does not appear to be a file nor a folder #8

Closed samuel4x4 closed 11 years ago

samuel4x4 commented 11 years ago

After php composer.phar install" you'll receive this error:

[RuntimeException] Could not scan for classes inside "app/libraries" which does not appear to be a file nor a folder

I removed "app/libraries" from composer.json and it works.

rydurham commented 11 years ago

Good catch! This has now been fixed.

samuel4x4 commented 11 years ago

cool, thanks ;)

varmad commented 10 years ago

Still am getting the same

jimthedev commented 10 years ago

Ryan, looking at .gitignore, it appears that you don't have an app/libraries directory, so maybe the best option is to just remove this reference from composer.json for now. Also, I added a phpunit blacklist for vendor/ since when we run our tests, we don't want to test all of our bundles' php files.

rydurham commented 10 years ago

The 'app/libraries' reference was a holdover from my original implementation. Good catch!

jimthedev commented 10 years ago

Awesome. Thanks for merging Ryan!

work-priyank commented 10 years ago

Thanks! It helped!