Laravel 5 – Interface is not instantiable

Thank you everyone, but problem was in my AppRepositoryProvider. As it’s binding exception, then obviously the problem was with binding 🙂 Correct file is: <?php namespace App\Providers; use Illuminate\Support\ServiceProvider; class AppRepositoryProvider extends ServiceProvider { public function boot() {} public function register() { $models = array( ‘CustomModel’, ‘CustomModel2’, ‘CustomModel3’ ); foreach ($models as $model) { $this->app->bind(“App\Contracts\\{$model}Interface”, … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)