@fdjunior When I run into things like this, I start dropping dd('oh shit'); lines generously...one a time though - I'm not completely nuts. You could even start by using it in a callback in the route you're trying to hit. I've done that when I felt that I needed a complete sanity check.
Changes in Laravel's Controller not work after save
I working right now in a laravel project. I'm having some problems when i make changes in controllers, they are not taking in count but after a while. So i need to reload my page several times till i can see the changes. This is frustrating cause sometime i don't know if i'm doing something wrong.
I'm working with Laravel 5.7.9 over a MAMP enviroment I have tried working with laravel self server provider (php artisan serve) and i got the same problem.
I already change my CACHE_DRIVER from file to array cause a read somewhere this could be a solution, and nothing.
Does anyone have any idea about this? Thanks in advance.
Please or to participate in this conversation.