Closed rosevinod closed 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
Ah yes, I need to use the new LaravelCollective/html package instead of the old not maintained html package.
LaravelCollective/html
Fixed it in the latest commit. Thanks for reporting the issue. :)
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