-
Hello,
This tool looks to be exactly what I need.
Would you be open to PRs if I were to add other features, such as these?
* Alternate notification channels
* such as SMS APIs like Twili…
-
I'm not receiving SMS alerts from usaelectionmonitor.ushahidi.io
I'm assuming this is happening everywhere
-
The following files are missing in the `public` directory:
* .htaccess
* web.config
Workaround:
Copy the files to the `public` directory.
* https://github.com/laravel/laravel/blob/master/publ…
-
![sadasdadsasdasdasdasd](https://cloud.githubusercontent.com/assets/12593869/18926332/9ecb911e-85e1-11e6-9347-c994f467d631.png)
i use laravel 5.3
setup
1.add it to composer.json
"nexmo/laravel": "…
-
I get the following error while trying to make a POST request to send message:
```
Client error response [status code] 400 [reason phrase] BAD REQUEST [url] https://api.plivo.com/v1/Account/{AUTH ID}…
-
I'm doin gsomething wrong?
### Exception / Log
MacBook-Pro-de-Miguel:esolidar-laravel apoca$ php artisan twilio:sms phone=+35193XXXXXXX
Sending SMS via Twilio to: phone=+35193XXXXXXX
This is a t…
apoca updated
7 years ago
-
允许推入队列,并自定义队列实现逻辑(与队列系统松散耦合)。
比如 将队列存储到数据库,然后定时任务发送什么的. 要求比较过分, 不知道能否考虑.
-
On an ec2 instance with docker installed, I ran following command manually
```
docker run -d --name cachet \
-p 80:8000 \
-e DB_DRIVER=mysql \
-e DB_HOST=REDACTED \
-e DB_DATABASE=REDAC…
-
I use it in laravel 5.4 and obtain :
[Symfony\Component\Debug\Exception\FatalErrorException]
Call to undefined method Illuminate\Foundation\Application::share()
I found the problem in file SMSSer…
-
Hello,
i installed cachet on cloud foundry successfully. But the only things that don't work is when i try to invite a new member: each time i entered an email address and click on invite button i …