| Package Data | |
|---|---|
| Maintainer Username: | shuc324 |
| Maintainer Contact: | shuc324@gmail.com (shuc324) |
| Package Create Date: | 2016-06-01 |
| Package Last Update: | 2016-06-15 |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-11-05 15:03:55 |
| Package Statistics | |
|---|---|
| Total Downloads: | 44 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 1 |
| Total Watchers: | 1 |
| Total Forks: | 0 |
| Total Open Issues: | 0 |
add ./config/sms.php
add the following code to ./config/app.php
'providers' => [
...
Bileji\Support\SmsServiceProvider::class,
...
]
then Bileji\Support\Facades\Sms::send($phone, $message) ...