Cushty
Create hasOne in model
Hi, can you elaborate on the make-validation? I have belongsTo and hasOne set up on both models,
I have added this to the application resource, and it hides the create button, but if I manually go to the create page it just says forbidden, is there a way to redirect back to list view and show a notification?
thanks
7 replies
Reuse wizard on frontend
Hi, I am having issues with the wizard and a livewire component, I have read the docs and tried a few things but the wizard is not working correctly.
The docs say to use a form but in order for my wizard to show correctly on the panel and pull the steps from the model I have to use or skippable breaks and the form layout is half instead of full.
but on the component you need to use a form.
i tried :
but using this breaks the use skippable function and also makes the layout on the panel a half column.
What can I do to get the wizard pulling in the steps from modal but I can use it in panel and component? Thanks
11 replies