How To Send SMS Notifications In Laravel | Nexmo For SMS | Laravel Authentication & Mailing

Поделиться
HTML-код
  • Опубликовано: 21 окт 2024

Комментарии • 38

  • @codewithdary
    @codewithdary  2 года назад

    LETS CONNECT THROUGH INSTAGRAM.
    instagram.com/codewithdary

  • @snakemanluffy7645
    @snakemanluffy7645 3 года назад +2

    Thank you for this awesome series. Following you, I am able to make some complex applications. You have covered almost every aspect of the framework in this channel. The thing is Laravel is huge. Next Series (Suggestion): Make a series on some popular Laravel packages (like 10 packages) If possible. Thanks again.

    • @codewithdary
      @codewithdary  3 года назад +2

      Thank you for watching all my tutorials, appreciate it a lot. I'm probably going to do another framework soon ;)

  • @aleksandarsavanovic4746
    @aleksandarsavanovic4746 11 месяцев назад +1

    Can you plese make an updated video on this topic because Nexmo is now Vonage package?

    • @codewithdary
      @codewithdary  11 месяцев назад

      Definitely in the future :)

  • @NotBeHaris
    @NotBeHaris 3 года назад +4

    Please make a video on database notifications. And particularly like someone send someone notifications not send to all.

    • @codewithdary
      @codewithdary  3 года назад +2

      I will have a look at it! :)

    • @NotBeHaris
      @NotBeHaris 3 года назад

      @@codewithdary i wait for this video.

  • @himanshusinhvaghela6055
    @himanshusinhvaghela6055 Год назад +2

    what if trial period is over can we still send SMS ?

    • @himanshusinhvaghela6055
      @himanshusinhvaghela6055 Год назад +1

      Reply me fast sir I need your answer.

    • @codewithdary
      @codewithdary  Год назад

      Well then something happens which happens with all trial periods; you have to subscribe :)

  • @lasithadulshan7357
    @lasithadulshan7357 2 года назад +1

    Thank you .. ❤️

  • @alexispescadorladino6406
    @alexispescadorladino6406 2 года назад +1

    How do I send to numbers entered by a user in a form, and with this API you can send notifications by WhatsApp. Thank you so much

    • @codewithdary
      @codewithdary  2 года назад

      You need to pass the request->phone through to the class where you send the SMS (pass it in the constructor)

  • @ivanmnl1870
    @ivanmnl1870 3 года назад +1

    do you have a video about implementing socialite?

  • @crankluga
    @crankluga 2 года назад

    ->You didnt hint on the 'sender'=>'...' item in the array.
    -> am getting a CURL error

  • @alanibanez313
    @alanibanez313 3 года назад

    Hi dary, excuse me, I have a question, I managed to send the sms message, but if I try to send a message to another number, it is forwarded to my number.
    How can I send messages to another cell phone number?

  • @arvydoarvydo4848
    @arvydoarvydo4848 3 года назад

    Excuse me, i got an error when i try to get the route. I trying to get the route from web.php but doesnt work. So i put the route in api.php and the error was Too few arguments to function Vonage\Client::Vonage\{closure}(), 4 passed and exactly 5 expected. Do you know how to solve it ? Thank you.

  • @hadiantu4593
    @hadiantu4593 2 года назад +1

    its worked

  • @phpdevakswebroot9795
    @phpdevakswebroot9795 3 года назад +1

    Error
    Class 'App\Http\Controllers\Nexmo' not found
    i found this error

  • @learndaily3589
    @learndaily3589 3 года назад +1

    i got error Non White-listed Destination - rejected

    • @codewithdary
      @codewithdary  3 года назад

      your Nexmo account is still in trial mode, and you can only send SMS messages to your white-listed numbers

    • @kaoutarboudouft3534
      @kaoutarboudouft3534 2 года назад

      How do i can add numbers to my whitedlist numbers?

  • @madhankt8519
    @madhankt8519 3 года назад

    I face the issue

  • @JamesAutoDude
    @JamesAutoDude Год назад +1

    Unfortunately in the US you now have to be a registered brand which is basically a legal business to do this :/ great video though