Relative Content

Tag Archive for phplaravellaravel-nova

Custom Action Buttons on Form in Laravel Nova

I am trying to create a custom button at the bottom of a resource that will save the record and then take all of the information in that record and duplicate it into another record. This duplicated/copied information would then give the user a jumpstart to enter another record. Right now the only actions on the Create and Update pages are Create/Update, Create/Update and Add Another but those two buttons don’t fit all circumstances. And the last option just provides a blank form. I want the previously entered information to be auto-added to the form to save time.

How to add custom view on particular page for detail page in Nova laravel

I am using Nova laravel. I have a requirement where in index page I am showing list view where in table on field have IDs of other table. Now in detail page I want to show the listing instead of current default page. I want to show a table view same as index page on detail page. Is there a way to do so? I tried using tools but I can I replicate view on detail page?