bradcornford / Bootstrapper

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

Swap illuminate/html for collective/html #31

Closed PunchRockgroin closed 7 years ago

PunchRockgroin commented 7 years ago

I haven't seen any conflicts so far. Seems to be a pretty much 1:1 drop in replacement sans the change to src/Cornford/Bootstrapper/BootstrapServiceProvider.php

bradcornford commented 7 years ago

Excellent, thats good news! I'm just going to investigate the build failures. It looks like you need to change the compose.json line (https://packagist.org/packages/laravelcollective/html) to:

"laravelcollective/html": "5.*",
bradcornford commented 7 years ago

Thanks for this!

bradcornford commented 7 years ago

I'll give this a test then get it merged to master and versioned.