Twill 3 create form
# ❓questions
l
NEWBIE ALERT! Adding extra fields to modals. is the advice here (https://twill.io/docs/3.x/guides/adding-fields-to-the-create-modal.html) still valid for Twill 3? I had used this advice on Twill 2, worked fine, but don't see the form.blade.php file anywhere outside the vendor directory, after I create a new module.
i
In Twill 3 there's
getCreateForm
😉
l
Thanks. I'll follow that up!
Just putting this here for anybody else... Ahh, when I created the module I didn't use the
--bladeForm
option, which (at time of writing) isn't shown on the list of options show on the CLI Generator webpage. (Documentation just has to follow the code!)