from the documentation
this means every route must be to a controller (implicit or resourceful), not a closure.
you can still group routes with a closure, but you cannot echo or return anything in the closure. I had one closure that simply echoed something, but just moved it to a controller and it works find
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community