gpt4 book ai didi

Laravel:如何在 Voyager 管理面板中使用警报?

转载 作者:行者123 更新时间:2023-12-02 14:12:33 25 4
gpt4 key购买 nike

如何在 voyager 中使用警报?有什么例子吗?我想在提交带有空字段的帖子时显示警报。

  • Voyager 版本:v0.11.14

最佳答案

从 Controller 中,您可以执行以下操作:

return redirect('path')->with(['message' => "Your Success Message", 'alert-type' => 'success']);

或者:

return redirect('path')->with(['message' => "Your Error Message", 'alert-type' => 'error']);

关于Laravel:如何在 Voyager 管理面板中使用警报?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44997810/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com