- 🇬🇧United Kingdom noopal
Hi, thanks, is there an option for deleting or updating programmatically?
Redirect::create([ 'redirect_source' => 'my/path', 'redirect_redirect' => $external, 'status_code' => 301, ])->save();
$external is no longer at the address and needs to be updated to new address? Is it possible to do something like Redirect::update 'redirect_redirect' where 'redirect_source' = 'my/path'?
Thanks