bradcornford / Bootstrapper

An easy way to integrate Twitter Bootstrap with Laravel
MIT License
23 stars 15 forks source link

Update composer.json #20

Closed davidangel closed 10 years ago

davidangel commented 10 years ago

This line is no longer needed for Laravel 5.

bradcornford commented 10 years ago

Out of interest, how are these classes included in Laravel 5?

davidangel commented 10 years ago

I'm not 100% positive, but I think they might be optional now.

bradcornford commented 10 years ago

Okay, i'll look into what requirements are needed, as I assume i'll need to introduce them for Laravel 5.

bradcornford commented 10 years ago

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.