I am trying to develop a rest api using lumen. For authentication I am using Dingo and JWTAuth api, but I am getting the following message:
Auth guard driver [api] is not defined.
Below is a screenshot of the message from Postman, including the stacktrace.