Laravel does not have the delete view, it just shows a delete confirm dialog. Why is it not like other frameworks?
We follow the framework's best practice. The Laravel Resource Controllers do not provide the GET method for the delete view, so you will see every laravel web app will use a delete confirm dialog. You can see the details from this link https://laravel.com/docs/11.x/controllers#actions-handled-by-resource-controllers.
On Thu, 04 Apr 2024 11:04:46 by Admin