'How to add new button in Laravel nova?
How can I customize my Laravel nova by adding new button near "Edit" and "Delete" buttons? Laravel nova buttons by default
Solution 1:[1]
There are several ways but it also depends a bit what you want to do. Do you want to run an action against a set of resources then you should create a new action with artisan nova:action . https://nova.laravel.com/docs/3.0/actions/defining-actions.html
But there are many more reasons such as predefined filters or links. The best is probably to scout https://novapackages.com unless it exists as a built in feature.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Patrik Grinsvall |
