Closed MagentoExp closed 4 years ago
@MagentoExp you need to register the service provider in order to autowire the interface.
Thanks for the response, It was registered in config/app.php providers array => LaravelSmpp\LaravelSmppServiceProvider::class, But not working as was said.
I have faced the same issue, @franzose I tried to register the provider but it doesn't work. in fact, when I try publishing it in laravel, "php artisan vendor:publish", laravel does not even list it among the providers to be published
I have faced the same issue, @franzose I tried to register the provider but it doesn't work. in fact, when I try publishing it in laravel, "php artisan vendor:publish", laravel does not even list it among the providers to be published
I have the same issue
I suppose you've made a workaround already. But just for you to know, it seems that composer dump-autoload
has to be run manually after installing the package. I can't say for sure why.
@franzose not really, it's not working even after composer dump-autoload
"Cannot instantiate interface LaravelSmpp\SmppServiceInterface"