You probably solved it allready but since it might be helpfull for others: You were returning the view from the command back to the controller, but the controller does not return a response, thus leaving you with a blank page...
Solution: Return the response of the handler in the controller as well.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.