iT邦幫忙

0

請問有否 可供學習的 Laravel 發簡訊驗證手機 的實施範例 ?

希望大大指點:
我在網路上爬文了2天,所找到的文章 像如下網址:
Laravel Mobile Verification
應該就是我需要的,但是因為其中內容較簡略,讓我摸不著頭緒,譬如該文章中片段:

<?php

namespace App;

use Fouladgar\MobileVerification\Contracts\SMSClient;
use Fouladgar\MobileVerification\Notifications\Messages\Payload;

class SampleSMSClient implements SMSClient
{
    /**
     * @param Payload $payload
     *
     * @return mixed
     */
    public function sendMessage(Payload $payload)
    {
        // return $this->NexmoService->send($payload->getTo(), $payload->getToken());
    }

    // ...
}

我真不知道要放在哪裡?
再如文章中->運行:

php artisan vendor:publish --provider="Fouladgar\MobileVerification\ServiceProvider" --tag="config"

我運行後生成一個檔案 config/mobile_verifier.php
而文章中的檔案名 卻不一樣 文章中的是 config/mobile_verification.php
也讓我非常困惑!

麻煩哪位大大能指點,或再提供其他交清楚範例,無限感謝。

a5772803 iT邦新手 5 級 ‧ 2020-04-24 16:34:48 檢舉
這個應該是版本差異
thank you !應該是就如您所說的
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友回答

立即登入回答