GET /user/{user}/delete within Resources Controllers #39426
Unanswered
khalyomede
asked this question in
Ideas
Replies: 1 comment 1 reply
-
I think a confirmation dialog would solve your problem. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I personally often need a /delete route to display a confirm page to users.
I usually like this pattern because the user is confident clicking a delete button will not immediately delete the resource (for example when the button is located in a table, where a miss click can happen).
Currently
Route::resource()
will not generate theGET /user/{user}/delete
route, and I was curious if other folks would find it useful or not?Beta Was this translation helpful? Give feedback.
All reactions