Hi, recently at work I ran into a problem at work which required the use of laravel queue:work, dur...
I would use Query Builder instead of Eloquent, because unlike eloquent which makes a Model instance...
What is the status of the error? Is it 500?
The middleware('auth:api') tests whether a user is already logged in, and if they are, then they all...
It really depends on what you're working on. If the id is being passed in the admin panel, or rather...
Maybe it would be better to store the token in a cookie or session variable, and inspect it's existe...
The Laravel portal for problem solving, knowledge sharing and community building.