-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
laravel 5 have no class name htmlBuilder or FormBuilder #10
Comments
To keep supporting Laravel 4 though it can't be added as a dependency. The docs should be updated though to mention it! |
then add new branch and tag for laravel 5 development (maybe I can help) |
+1 |
@dlnsk if you include the LaravelCollective package, does it work? |
No.
|
Catch it! Should change to Now there isn't errors, but label of group passed througth htmlentities so displays as code. |
I've placed output of openGroup and closeGroup into $this->toHtmlString() and now it works fine. |
in laravel 5 the form and html components extracted to LaravelCollective package . you need to use it as dependancy and make the formBuilder class extends it FormBuilder .
The text was updated successfully, but these errors were encountered: