Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何隐藏按钮以创建页面索引的评论?我不需要这个按钮。
谢谢你。
这就是解决方案。
public function configureActions(Actions $actions): Actions { return $actions ->remove(Crud::PAGE_INDEX, Action::NEW) ; }