You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hope all going fine , this issue appear in live version "Class Softon\Sms\Gateways\customGateway does not exist" , but in laravel homestead working fine
Laravel 5.2
The text was updated successfully, but these errors were encountered:
i have gone through the same issue..
The thing is on live server if there is a case sensitive file system, you wll get this error.
So u need to perform small change in vendor\softon\sms\src\SmsServiceProvider.php
below line no.22 put this..
if($gateway=='custom')
$gateway = 'Custom';
Dear Softon Author ,
hope all going fine , this issue appear in live version "Class Softon\Sms\Gateways\customGateway does not exist" , but in laravel homestead working fine
Laravel 5.2
The text was updated successfully, but these errors were encountered: