Filamentphp - disable Create & create another

Ketika mengisi form, terdapat button "Create" & "Create & create another". Jika anda tidak mahu button "Create & create another", anda boleh menggunakan 

 <?php
// https://filamentphp.com/docs/3.x/actions/prebuilt-actions/create#disabling-create-another
CreateAction::make()  
   ->createAnother(false)  


Post a Comment

Previous Post Next Post