bastinald
Results
13
comments of
bastinald
Hey, I'm working on a new version of this. I'll let you know when its released.
try now
This is interesting, I'm actually working on a newer version of this package. What do you think about a field called `Row`? example: ``` Row::make([ Input::make('First Name')->colLg(6), Input::make('Last Name')->colLg(6), ]);...