Closed davidangel closed 10 years ago
Out of interest, how are these classes included in Laravel 5?
I'm not 100% positive, but I think they might be optional now.
Okay, i'll look into what requirements are needed, as I assume i'll need to introduce them for Laravel 5.
Looks like I'd have to add in the requirement "illuminate/html" into composer.json, and update the installation instructions to include "'HTML' => 'Illuminate\Html\HtmlFacade'" and "'Form' => 'Illuminate\Html\FormFacade'" into config/app.php. For now I'll leave it as is, and create a new major version for Laravel 5 closer to release.
This line is no longer needed for Laravel 5.