nWidart / Laravel-Broadway-Demo

This is a test application using https://github.com/qandidate-labs/broadway
36 stars 3 forks source link

PHP Fatal error: require(): Failed opening required #1

Closed rosevinod closed 9 years ago

rosevinod commented 9 years ago

I got following errors;

PHP Fatal error: require(): Failed opening required

After coping the autoload.php i got following

[Symfony\Component\Debug\Exception\FatalErrorException]
Class 'Illuminate\Html\HtmlServiceProvider' not found

nWidart commented 9 years ago

Ah yes, I need to use the new LaravelCollective/html package instead of the old not maintained html package.

nWidart commented 9 years ago

Fixed it in the latest commit. Thanks for reporting the issue. :)