laravel-form-builder icon indicating copy to clipboard operation
laravel-form-builder copied to clipboard

Laravel Form builder for version 5+!

Results 112 laravel-form-builder issues
Sort by recently updated
recently updated
newest added

so in this [code](https://github.com/kristijanhusak/laravel-form-builder/blob/1.15.1/src/Kris/LaravelFormBuilder/Form.php#L1027) You take a laravel model object and turn it from a model into, for example - when I do `$this->getModel()`: ``` array:1 [ "Goblin" => array:15...

bug

Hi, I have a form that is not directly associated to any Eloquent Model. Instead the values are taken out using `getFieldValues()` and persisted as JSON. I need a way...

When applying the Bootstrap 4 theme support, consider creating additional themes for CSS frameworks such as Bulma and Semantic UI In addition, explore creating Tailwind flavor as well.

enhancement
question

Hi everybody. I would like to know if collection type has options like **allow_add** and **allow_remove**. Because here I am blocked by my form which uses the type collection and...

``` class Form public function rebuildForm() { // If form is plain, ..... if (get_class($this) === 'Kris\LaravelFormBuilder\Form') { ``` That's not right. The plain form class is configurable, kinda: ```...

enhancement

As part of streamlining future development (and resources), we are planning to drop PHP 5.6 support in the next major version. Please plan accordingly ;-)

Hi, Is there a way to add rules for a multiple file input? The laravel rules way to do this would be: ``` 'files' => ['required'], 'files.*' => [ 'mimes:pdf',...

enhancement

Currently auto completion is missing due to the use of arrays inside most methods. Are you by any chance looking into making a change to make the project more object...

enhancement
help wanted

Hello to all **Laravel Form Builder** users: I just wanted to introduce myself and reach to those who have created some of the 100+ issues. It will take me some...

question

Name of the function is described as "form_ error" on documents. But, the defined function name is "form_errors". http://kristijanhusak.github.io/laravel-form-builder/form/viewhelpers.html https://github.com/kristijanhusak/laravel-form-builder/blob/master/src/helpers.php