#How do I get the parameter queries from the api?
6 messages · Page 1 of 1 (latest)
Read this https://laravel.com/docs/11.x/requests
I read this but it doesnt mention anything about api.php
What do you mean? It doesn't matter if it's a web or api route. It's the same Request object.
I see, I used this instead request()