in my Laravel project These two queries are executing everywhere regarding my route's middleware I need to skip them for some routes how can I do that
I have tried creating "withoutThrottle" middleware in the kernel like this
but it's not working
in my Laravel project These two queries are executing everywhere regarding my route's middleware I need to skip them for some routes how can I do that
I have tried creating "withoutThrottle" middleware in the kernel like this
but it's not working
Copyright © 2021 Jogjafile Inc.


You can skip routes by grouping them in your
api.php, for example:Or Single Routes: