This sounds like a configuration problem, on a fresh Laravel install there are no issues with having a route start with packages
, nor are there any references to packages
within the routing component.
If you run $ php artisan routes
are there any clues to what the problem might be? An infinite redirect problem can often be caused by filters.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community