#laravel
Read more stories on Hashnode
Articles with this tag
Laravel automatically handles HTTP exceptions and throws errors / redirects as it sees fit. Sometimes, this isn't an ideal behaviour. I was building...
I was building an API. I had already used auth:api middleware. I was sure that a user was logged in. However, I wanted to protect some of my routes...