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

Merge Incompatible Laravel 5.2 Changes #16

Open lloy0076 opened 8 years ago

lloy0076 commented 8 years ago

NOTE: This probably should be in a branch but I don't know how to make pull requests that make branches.

This:

  1. Requires Laravel 5.2 (possibly it will work on lower);
  2. Requires the HTML Builders from "laravelcollective";
  3. Fixes the example so that the "
    " for the open group etc. don't actually get HTML escaped;
  4. Renames Illuminate to Collective where necessary.