Harings Rob

Results 64 issues of Harings Rob

Hey, This small pr (needs docs update as well) enables the usage of HMR with Laravel livewire. It relies on Laravel mix/webpack. The strategy is simple. When you run `npm...

3.x tests + implementation for https://github.com/area17/twill/pull/1827

Tests & 3.x implementation for https://github.com/area17/twill/pull/1731 We actually decided to reduce the base functionality of duplicating as we can never know the intention of the implementor. Duplicate as of 3.x...

Implement form builder support for: - sideFieldset(s) - publisherRows - fieldSets + add a generic "View" that can be embedded. Some inspiration below: ``` public function getForm(TwillModelContract $model): Form {...

type: enhancement

Todo: - [ ] Improve/add section about how multilingual works, and the best approach - [ ] Generate default blocks/forms without the translatable=true flag if there is only one language...

type: documentation

## Summary For certain projects it could be beneficial to have icons for menu items. ## Describe the solution you'd like ```php NavigationLink::make()->forModule('pages')->withIcon(public_path('icons/some-icon.svg')); ```

type: enhancement

When we currently make a new module, it will automatically create a form.blade.php We can switch this to use the formBuilder in the controller instead. For when more customised forms...

type: enhancement

Add documentation for GetSubmitOptions.