FupingQiu / okrsw

0 stars 0 forks source link

Target [App\Repositories\***Repository] is not instantiable while building [App\Http\Controllers\***Controller]. #4

Closed FupingQiu closed 6 years ago

FupingQiu commented 6 years ago

error log: Illuminate \ Contracts \ Container \ BindingResolutionException Target [App\Repositories*Repository] is not instantiable while building [App\Http\Controllers\Controller].

FupingQiu commented 6 years ago

https://github.com/andersao/l5-repository#laravel, author said that: It will also create a new service provider that will be used to bind the Eloquent Repository with its corresponding Repository Interface. To load it, just add this to your AppServiceProvider@register method: $this->app->register(RepositoryServiceProvider::class); So, you must add this line to your project "ProjectRoot\app\Providers\AppServiceProvider.php". and it works.