manavo / laravel-bootstrap-forms

ABANDONED - Using @stidges' code for bootstrap forms to create a composer package.
http://blog.stidges.com/post/easy-bootstrap-forms-in-laravel
MIT License
19 stars 12 forks source link

support laravel 5.0-dev #6

Closed martinlindhe closed 9 years ago

martinlindhe commented 9 years ago

the package() call in the boot() method no longer seems to work in laravel 5.0-dev. I am not 100% this is the correct approach to the problem, but this works-for-me™.

Also, version_compare() checks for 4.2 or lower, since it considers "5.0-dev" to be below 5.0.

/m

manavo commented 9 years ago

Sorry for taking so long with this, completely forgot it :(

Laravel 5 should now be supported thanks to #8 (added the same code as this PR).

Thanks, and sorry once again for being so crap at merging this!

martinlindhe commented 9 years ago

thanks :-)