删除 Laravel Nova 资源时,确认模式中会显示“是否确定要删除所选资源”消息。如何针对特定资源覆盖此设置?
在根位置的给定路径中创建文件 en.json。
lang/vendor/nova/en.json
覆盖常量值
"Are you sure you want to delete the selected resources?": "Some Custom Message",
运行以下命令清除缓存。
php artisan config:clear php artisan cache:clear
输出: