Your query returns an array with an object. Try accessing the first element of the array with [0] an...
Your IF condition is making that happen $searchValue is equal to "sprint-10" therefore wil...
I believe it's because laravel/ui --dev (v2) is only available with laravel 7
Why are you trying to use the Auth guard web ? You only need the api guard as the bearer token will...
The Laravel portal for problem solving, knowledge sharing and community building.