Lalith Hakari

Results 8 comments of Lalith Hakari

I ran through the same issue in laravel 7 version ![Screenshot from 2020-03-08 00-39-19](https://user-images.githubusercontent.com/53531525/76151032-45e31800-60d6-11ea-92c6-39e4353e7825.png)

You can use :Dev symfony 5 ....this answer is in his GitHub project , under issues section

i tried `docker buildx history rm --all` and it worked for me

@adrianbeniel did you find a solution? Im facing the same

Thanks for the reply @adrianbeniel , This is my api route `Route::apiResource('tickets', TicketController::class);` And this is my Feature/TicketTest.php `

I updated Laravel 11 to Laravel 12. Still the same issue! Also downgraded Pest from 3.7 to 3.0. Still the same issue! Also tried this Pest.php. Still no luck `

@alibori Thank you very much. Saved my day :) this solved the issue. @adrianbeniel Its resolved by implementing above changes! Thanks :)