I am working on a project with Laravel. It turns out that the last thing that was done was to install the Laravel Collective in the project folder on a partner's computer. Since I migrated the folder of that computer to mine, the internal server of the Laravel does not respond, that is, I execute the command php artisan serve
correctly but at the moment I enter the browser using the address link stays in" Waiting for localhost ".
I have tried everything, I cleaned the project cache in Laravel, I cleaned the logical ports of windows through the cmd but nothing, remains the same. The only improvement is that sometimes, when I clean the project cache it does open the home page, but it does not connect me with the other routes on my page, it stays the same in "Waiting for localhost".
It is worth noting that I installed the Laravel Collective on my machine again, but I do not know what else to do.