Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created May 14, 2022 21:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/03f8b5c5577895b158511b0313dd73dc to your computer and use it in GitHub Desktop.
Save parzibyte/03f8b5c5577895b158511b0313dd73dc to your computer and use it in GitHub Desktop.
<?php
public function destroy(User $usuario)
{
$usuario->deleteOrFail();
return redirect()->back()->with("mensaje", "Usuario eliminado");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment