Showing posts with label Laravel. Show all posts
Showing posts with label Laravel. Show all posts

Monday, October 12, 2020

, ,

Send OTP using firebase Phone Auth from your Laravel Application (Part-3)

  So far we have created our controller . To use this controller, let's modify the file web.php which is in routes folder. Remove all e...

Continue Reading
, ,

Send OTP using firebase Phone Auth from your Laravel Application (Part-2)

  Let's install Laravel Laravel offers various ways to install in windows or mac. Best and easiest way to install Laravel is through C...

Continue Reading

Sunday, October 11, 2020

, ,

Send OTP using firebase Phone Auth from your Laravel Application (Part-1)

  OTP, or One-Time Password, SMS is a short message containing a one-time auto-generated password that is sent to the registered mobile ph...

Continue Reading