如何在 laravel 背包中添加按钮
How to add button in laravel backpack
你好谁能帮忙在背包里加上这样的按钮?
谢谢!
通过检查元素添加按钮。
您应该能够使用 $this->crud->addButtonFromView()
在“添加”按钮旁边轻松添加一个新按钮。在此处查看完整示例:https://backpackforlaravel.com/docs/3.5/crud-buttons#adding-a-custom-button-with-a-blade-file
请注意,按钮插入 one of the 3 stacks(顶部、底部、行)。据我所知,您正在尝试添加到 top
堆栈。
希望对您有所帮助。
你好谁能帮忙在背包里加上这样的按钮? 谢谢!
通过检查元素添加按钮。
您应该能够使用 $this->crud->addButtonFromView()
在“添加”按钮旁边轻松添加一个新按钮。在此处查看完整示例:https://backpackforlaravel.com/docs/3.5/crud-buttons#adding-a-custom-button-with-a-blade-file
请注意,按钮插入 one of the 3 stacks(顶部、底部、行)。据我所知,您正在尝试添加到 top
堆栈。
希望对您有所帮助。