Repository is not instantiable

250 阅读1分钟

laravel 写完 RepositoryRepositoryInterface需要在Providers/RepositoryServiceProvider.php里注册,格式为

$this->app->bind(\App\Repositories\Contracts\RepositoryInterface::class,\App\Repositories\Repository::class);