Reputation: 11
I used 2 routes for calling sam function
but still got this error - "Illuminate\Contracts\Container\BindingResolutionException Target class [App\Http\Controller\CommentController] does not exist."
Upvotes: 1
Views: 43
Reputation: 169
did u put :
use App\Http\Controller\CommentController ;
you need to add it in the route
Upvotes: 1