Yosra Hamza

Results 3 comments of Yosra Hamza

Any updates here? and when it is expected to be fixed? I'm using a Laravel admin panel (Backpack v5) and they are using the package in the core operations

@Ocramius I agree with you. I saw the open discussion and related issues so I thought it might be resolved soon. If not, I will give it a try for...

Hello @phpfour Here's an example of the issue: ``` $this->crud->field('title')->size(6); $this->crud->field('branch')->type('text')->size(6); $this->crud->field('items')->type('relationship') ->subfields([ [ 'name' => 'name', 'type' => 'text', 'wrapper' => [ 'class' => 'form-group col-md-4' ], ], [...