Level 88
Yeah, the routes are considered as REST routes indeed. You can use them in any way you want, but you can use the RESTfull way as well ;)
Just wanted to clarify this as I've noticed laravel applications, we tend to use GET,POST,PUT,etc in web.php for routing.
Is that considered the same as REST API since they also have the same methods of request?
Please or to participate in this conversation.