#0 [ <required> $dsn ]] in class PDO means something that has to do with the PDO connection .. how are you connecting to your db?
Hi @astroanu
My app connects to mysql database. The is no problem on database jobs. My app works very well but when ProductRepository calls by laravel. throws this exception: "Illuminate\Container\BindingResolutionException: Unresolvable dependency resolving"
I have solved my problem by changing injecting alternate way. This way is '$multilang= \App::make('multilang') in ProductRepository class.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community