要在 Filament v3 中创建或更新资源后重定向到列表页面,您可以在资源类中使用自定义特征。
创建自定义特征
getResource()::getUrl('index'); } }
在您的灯丝资源中使用该特征
class CreateProduct extends CreateRecord { protected static string $resource = ProductResource::class; //add trait in your CreateRecord or UpdateRecord use \App\Traits\RedirectIndex; }
免责声明: 提供的所有资源部分来自互联网,如果有侵犯您的版权或其他权益,请说明详细缘由并提供版权或权益证明然后发到邮箱:[email protected] 我们会第一时间内为您处理。
Copyright© 2022 湘ICP备2022001581号-3