robincsamuel / laravel-msg91

Package for MSG91 sms API
MIT License
8 stars 12 forks source link

Unable to send SMS on server, Works fine at local. #6

Closed shahbaz17 closed 5 years ago

shahbaz17 commented 5 years ago

Hi Robin,

Is this repo still valid for v5.7?

Because I tried sending SMS on the server, there shows error.

Could you help?

jigs1212 commented 5 years ago

whats the error? share some details of server and local

robincsamuel commented 5 years ago

@shahbaz17 It should work. can you please share the error details?

shahbaz17 commented 5 years ago

Tried all again, this time showing this "Class 'App\Http\Controllers\LaravelMsg91' not found"

shahbaz17 commented 5 years ago

Oh sorry, Didn't use this use RobinCSamuel\LaravelMsg91\Facades\LaravelMsg91;

Now it's returning {#250 ▼ +"message": "Authentication failure" +"type": "error" }

shahbaz17 commented 5 years ago

I got it working for local system.

changed the config file from config/msg91.php to config/laravel-msg91.php because in message function there is config('laravel-msg91.auth_key');

jigs1212 commented 5 years ago

I got it working for local system.

changed the config file from config/msg91.php to config/laravel-msg91.php because in message function there is config('laravel-msg91.auth_key');

I dont think thats require.