You have a typo in your declaration of the get() Route, the comma after "uses" should be a => :)
Right now it looks for an empty string as a function because there is a "uses" in the array but no corresponding value.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community