On laravel8 have to use App\Repositories\BlogRepository if injected by construct method on blog controller. if App\Repositories\BlogRepositoryInterface will give [App\Repositories\NewsRepository] is not instantiable while building [App\Http\Controllers\Member\NewsController]. In my case i have faced it.