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.
我想在 laravel nova resouse 创建新页面上显示自定义消息。
它的位置不会与您的屏幕截图完全相同,但是:
Heading::make('<p>I want to show some message after new custom listing.</p>') ->asHtml() ->onlyOnForms() ->hideWhenUpdating()
...因为第一个表单字段在很大程度上可以解决问题。