franzose / laravel-smpp

Sending SMS via the SMPP protocol using the Laravel framework
MIT License
37 stars 32 forks source link

SmppServiceInterface not working #8

Closed mjindal92 closed 4 years ago

mjindal92 commented 4 years ago

Hello Friends,

When i am calling (SmppServiceInterface $smpp) in my controller it's not working.

Can you please let me know how we can use in my controller ?

Also i am using laravel version 5.8.

Thanks

franzose commented 4 years ago

I'm sorry for the late reply. I came across the same issue while checking your request. It seems you have to run composer dump-autoload manually after registering the service provider.