-
In some cases, when just testing the correct payload of the notification, I think it would be useful to have the notification logged instead of actually sent out.
What do you think? Do you have any s…
-
Seems my users are failing to authenticate because of NEW_PASSWORD_REQUIRES challenge response being sent back. I dug into the code and noticed its throwing a Failed event due to this challenge respo…
-
When I try using the Facade:
Nexmo::message()->send([
'to' => '14845551244',
'from' => '16105552344',
'text' => 'Using the facad to send a mesage.'
]);
Note: I have added:
Nexm…
ghost updated
6 years ago
-
Hi, please advice input field is validated but not show Alert with error.
I use https://github.com/Propaganistas/Laravel-Phone
**MyController :**
````
public function sendSmsToken(Request $req…
-
cache后的config为:
![image](https://cloud.githubusercontent.com/assets/224353/19435306/77f48ca2-949c-11e6-8c0d-b6950b4852e5.png)
只要去掉这一段,程序正常。google里说config目录下不能用未定义的函数,估计匿名函数也不可以用。
求完美解决方案。
-
## Descrição da vaga
Irá trabalhar no desenvolvimento de uma aplicação e reestruturação da mesma.
## Local
Empresa fica em São Paulo, mas irá trabalhar remoto (as vezes precisamos nos reunir…
-
Hello,
for Laravel 5.5, the Notification documentation says to add nexmo config in ```config/services.php```
https://laravel.com/docs/5.5/notifications#sms-notifications
not in ```config/nexmo.…
-
I am getting error when using it in Laravel 5.5 same code worked perfectly on 5.2
`Target [Softon\Sms\Gateways\SmsGatewayInterface] is not instantiable while building [\Softon\Sms\Sms].`
-
I have an issue when using environment variable defined in .bash_profile. When I run this command :
`sudo supervisord -c /etc/supervisord.conf. `
It always return :
`format string '%(ENV_nnsm…
-
I'm using v1.3.7 with Laravel 4.
I'm attempting to export 5,000 - 50,000 rows with 13 columns in a XLS or XLSX file. The data is read from our database.
Once I get over 4k rows, I'm hitting the memo…