{"id":549136,"date":"2026-09-02T11:15:08","date_gmt":"2026-09-02T11:15:08","guid":{"rendered":"https:\/\/webkul.com\/blog\/?p=549136"},"modified":"2026-09-02T11:15:15","modified_gmt":"2026-09-02T11:15:15","slug":"laravel-multi-vendor-saas-phone-login","status":"publish","type":"post","link":"https:\/\/webkul.com\/blog\/laravel-multi-vendor-saas-phone-login\/","title":{"rendered":"Laravel Multi-Vendor SaaS Phone Login"},"content":{"rendered":"\n<p><strong>Laravel SaaS Phone Login<\/strong> extension allows every tenant to let their customers log in, register, and reset their password using a mobile number instead of only an email address.<\/p>\n\n\n\n<p>Moreover, the extension verifies the customer&#8217;s mobile number through a One-Time Password (OTP) sent over SMS.<\/p>\n\n\n\n<p>This happens both at the time of registration and whenever the customer changes their mobile number from the My Account section.<\/p>\n\n\n\n<p>This helps tenants stop fake sign-ups and keep a clean, verified customer base, since only one account can ever be created against a single mobile number.<\/p>\n\n\n\n<p>As a multi-tenant SaaS module, each tenant configures and manages Phone Login independently within their own store, while their OTP data stays isolated from other tenants.<\/p>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">Features of Laravel SaaS Phone Login&nbsp;<\/h3>\n<\/div><\/div>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Each tenant admin can enable or disable the extension from their own admin panel.<\/li>\n\n\n\n<li>Customers can log in using either their mobile number or email address.<\/li>\n\n\n\n<li>Customers can reset their password using their mobile number or email address.<\/li>\n\n\n\n<li>Mobile numbers are verified through an OTP (verification code) at the time of registration.<\/li>\n\n\n\n<li>Tenant admin can choose the SMS API provider used to send the verification code \u2014 Spring Edge, MSG91, Text Local, Twilio, or JawalbSMS.<\/li>\n\n\n\n<li>The SMS template used for the verification message can be configured from the admin panel.<\/li>\n\n\n\n<li>Tenant admin can enable or disable verification for already-registered users. When enabled, existing customers are asked to verify their mobile number before they can continue shopping.<\/li>\n\n\n\n<li>The extension detects the customer&#8217;s location and preselects the correct country flag, so the country code does not have to be entered manually.<\/li>\n\n\n\n<li>Mobile number validation happens on the go, based on the selected country.<\/li>\n\n\n\n<li>The mobile number is re-verified whenever the customer changes it from the My Account section.<\/li>\n\n\n\n<li>Only one account can be created with a single mobile number.<\/li>\n\n\n\n<li>Every tenant (company) gets its own isolated OTP records, so verification data never overlaps between stores.<\/li>\n\n\n\n<li>Built-in security: verification codes are stored as one-way hashes, expire after 10 minutes, are single-use, and are limited to a maximum of 5 attempts.<\/li>\n\n\n\n<li>The extension is already compatible with SMS APIs like Spring Edge, JawalbSMS, MSG91, Text Local, and Twilio. In case you are using a custom API, we will integrate the SMS API free of cost.<\/li>\n\n\n\n<li>Free support forever for bug fixing.<\/li>\n<\/ul>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">Requirements<\/h3>\n<\/div><\/div>\n\n\n\n<p>Before installing the extension, make sure the following are in place:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Bagisto<\/strong>: v2.4.x<\/li>\n\n\n\n<li><strong>Bagisto SaaS<\/strong>: v2.4.x<\/li>\n\n\n\n<li><strong>Bagisto Phonelogin<\/strong>: v2.4.x<\/li>\n\n\n\n<li>A working SMS API account (Spring Edge, MSG91, Text Local, Twilio, or JawalbSMS) to send verification codes.<\/li>\n<\/ul>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">Installation of Laravel SaaS Phone Login<\/h3>\n<\/div><\/div>\n\n\n\n<p>Once you have successfully downloaded the&nbsp;zip&nbsp;file of the Laravel SaaS Phone Login.<\/p>\n\n\n\n<p>Unzip the respective extension zip and then merge the \u201c<strong>packages<\/strong>\u201d folder into the project root directory.<\/p>\n\n\n\n<p>Goto composer.json file and add following line under &#8216;psr-4&#8217;<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">&quot;Webkul\\\\Phonelogin\\\\&quot;: &quot;packages\/Webkul\/Phonelogin\/src&quot;,\n&quot;Webkul\\\\PhoneloginSaas\\\\&quot;: &quot;packages\/Webkul\/PhoneloginSaas\/src&quot;<\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Goto bootstrap\/providers.php file and add following line under &#8216;providers&#8217;.<\/li>\n<\/ul>\n\n\n\n<pre class=\"EnlighterJSRAW\">Webkul\\Phonelogin\\Providers\\PhoneloginServiceProvider::class,\nWebkul\\PhoneloginSaas\\Providers\\PhoneloginSaasServiceProvider::class,<\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Goto config\/concord.php file and add the following line.<\/li>\n<\/ul>\n\n\n\n<pre class=\"EnlighterJSRAW\">Webkul\\Phonelogin\\Providers\\ModuleServiceProvider::class<\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Run these commands below to complete the setup<\/li>\n<\/ul>\n\n\n\n<pre class=\"EnlighterJSRAW\">composer dump-autoload<\/pre>\n\n\n\n<pre class=\"EnlighterJSRAW\">php artisan phonelogin-saas:install<\/pre>\n\n\n\n<p>This command migrates and seeds the required database tables, publishes the configuration, and clears the cache. Once it finishes, register a new company to onboard a tenant.<\/p>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">Multi-Tenant Phone Login Management<\/h3>\n<\/div><\/div>\n\n\n\n<p>Super Admin can control which tenants are onboarded onto the SaaS platform and can offer the Phone Login module to them from a single dashboard.<\/p>\n\n\n\n<p>Each tenant gets its own isolated workspace, so verification codes (OTP logs) are always scoped to that specific company and never mix with other tenants&#8217; data.<\/p>\n\n\n\n<p>This gives Super Admin central control over the platform, while letting every tenant enable and configure Phone Login independently within their own store.<\/p>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">Tenant Configuration<\/h3>\n<\/div><\/div>\n\n\n\n<p>Once the tenant administrator logs in, they can enable and configure Phone Login by navigating to <strong>Configure &gt;&gt; Phone Number Login Module &gt;&gt; General<\/strong>.<\/p>\n\n\n\n<p>After the module is enabled, the phone-login features become available across the tenant&#8217;s storefront.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full wp-duotone-unset-1\"><img decoding=\"async\" width=\"1120\" height=\"880\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/07\/configphonesaas.webp\" alt=\"Phone Login general configuration in the tenant admin panel\" class=\"wp-image-549144\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/07\/configphonesaas.webp 1120w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/07\/configphonesaas-300x236.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/07\/configphonesaas-250x196.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/07\/configphonesaas-768x603.webp 768w\" sizes=\"(max-width: 1120px) 100vw, 1120px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>In the <strong>General<\/strong> section, the tenant admin can configure the following fields:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Enable Extension:<\/strong> Enable or disable the Phone Login module for the store.<\/li>\n\n\n\n<li><strong>API Provider:<\/strong> Select the SMS gateway used to send verification codes \u2014 Spring Edge, MSG91, Text Local, Twilio, or JawalbSMS.<\/li>\n\n\n\n<li><strong>Sender ID:<\/strong> The sender ID (or &#8220;from&#8221; number, for Twilio) that appears on the verification SMS.<\/li>\n\n\n\n<li><strong>API Key:<\/strong> The API key\/authentication key provided by the chosen SMS gateway.<\/li>\n\n\n\n<li><strong>API Password:<\/strong> The API password\/auth token required by the chosen SMS gateway.<\/li>\n\n\n\n<li><strong>Enable Verification For Already Registered User:<\/strong> When enabled, existing customers who have not yet verified their mobile number are prompted to verify it before they can continue.<\/li>\n<\/ul>\n\n\n\n<p>Next, the tenant admin can move to the <strong>SMS Templates<\/strong> section to define the message that is sent to customers.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Template for verification Code SMS:<\/strong> Enter the SMS body. Use the placeholder <strong>__verification_code__<\/strong> anywhere in the message, and it will automatically be replaced with the generated verification code when the SMS is sent.<\/li>\n<\/ul>\n\n\n\n<p>Once the tenant admin saves the configuration, Phone Login is active on the storefront for that tenant.<\/p>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">Customer Registration with Mobile Verification<\/h3>\n<\/div><\/div>\n\n\n\n<p>When Phone Login is enabled, an additional <strong>Phone Number<\/strong> field appears on the customer registration form.<\/p>\n\n\n\n<p>The field automatically detects the customer&#8217;s country and preselects the matching country flag and dial code, and it validates the number on the go.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"1120\" height=\"880\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/07\/customersignup.webp\" alt=\"Customer registration form with phone number field and country selector\" class=\"wp-image-549166\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/07\/customersignup.webp 1120w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/07\/customersignup-300x236.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/07\/customersignup-250x196.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/07\/customersignup-768x603.webp 768w\" sizes=\"(max-width: 1120px) 100vw, 1120px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>The customer enters their mobile number and clicks the <strong>Send Verification Code<\/strong> button. A verification code is then sent to the entered number over SMS, and an input field to enter the code appears.<\/p>\n\n\n\n<p>The customer enters the code and clicks <strong>Verify<\/strong>. Once the code is verified, a success message is shown.<\/p>\n\n\n\n<p>The <strong>Register<\/strong> button stays disabled until the mobile number has been verified, ensuring that every new account is created with a genuine number.<\/p>\n\n\n\n<p>If the code does not arrive, the customer can use the <strong>Resend<\/strong> option to request a new one.<\/p>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">Login Using Mobile Number<\/h3>\n<\/div><\/div>\n\n\n\n<p>With the module enabled, the login form accepts either an email address or a mobile number.<\/p>\n\n\n\n<p>The customer can enter their registered mobile number (with the country code) along with their password to sign in.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"1120\" height=\"880\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/07\/customerregister-2.webp\" alt=\"Customer login form accepting email or mobile number\" class=\"wp-image-549169\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/07\/customerregister-2.webp 1120w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/07\/customerregister-2-300x236.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/07\/customerregister-2-250x196.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/07\/customerregister-2-768x603.webp 768w\" sizes=\"(max-width: 1120px) 100vw, 1120px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p><strong>Note:<\/strong> To log in with a mobile number, enter it together with the country code. For example, if the number is 1234567890 and the country code is +1, enter +11234567890.<\/p>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">Forgot Password Using Mobile Number<\/h3>\n<\/div><\/div>\n\n\n\n<p>The Forgot Password flow also works with a mobile number.<\/p>\n\n\n\n<p>On the forgot-password form, the customer can enter either their email address or their registered mobile number (with country code).<\/p>\n\n\n\n<p>The password reset link is then sent to the email associated with that account.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full wp-duotone-unset-2\"><img decoding=\"async\" width=\"1120\" height=\"880\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/07\/forgotpass.webp\" alt=\"Customer forgot password form accepting email or mobile number\" class=\"wp-image-549171\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/07\/forgotpass.webp 1120w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/07\/forgotpass-300x236.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/07\/forgotpass-250x196.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/07\/forgotpass-768x603.webp 768w\" sizes=\"(max-width: 1120px) 100vw, 1120px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">Verify Mobile Number from My Account<\/h3>\n<\/div><\/div>\n\n\n\n<p>The customer&#8217;s mobile number is displayed in their <strong>My Account &gt;&gt; Profile<\/strong> section.<\/p>\n\n\n\n<p>When <strong>Enable Verification For Already Registered User<\/strong> is turned on and the number is not yet verified, the customer sees an <strong>Edit Phone<\/strong> option to verify it.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"1120\" height=\"880\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/07\/verfiyaccount.webp\" alt=\"Customer profile showing mobile number and verification status\" class=\"wp-image-549176\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/07\/verfiyaccount.webp 1120w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/07\/verfiyaccount-300x236.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/07\/verfiyaccount-250x196.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/07\/verfiyaccount-768x603.webp 768w\" sizes=\"(max-width: 1120px) 100vw, 1120px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>On the verification page, the customer enters (or updates) their mobile number, clicks <strong>Send Verification Code<\/strong>, receives the OTP over SMS, and enters it.<\/p>\n\n\n\n<p>After clicking <strong>Verify<\/strong>, a verified badge is shown against the number.<\/p>\n\n\n\n<p>The same verification step is triggered whenever the customer changes their mobile number, ensuring the new number is always genuine.<\/p>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">Security &amp; Reliability<\/h3>\n<\/div><\/div>\n\n\n\n<p>The module is built with a strong focus on security to keep the OTP flow safe against misuse:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Verification codes are cryptographically generated and stored as one-way hashes, so the plain code only ever leaves the system inside the SMS itself.<\/li>\n\n\n\n<li>Each verification code expires after 10 minutes.<\/li>\n\n\n\n<li>A code can be used only once and is consumed after successful verification, preventing replay.<\/li>\n\n\n\n<li>A maximum of 5 verification attempts is allowed per code.<\/li>\n\n\n\n<li>The send, verify, login, and forgot-password endpoints are rate-limited to guard against abuse.<\/li>\n\n\n\n<li>Old verification codes can be cleared automatically using the <strong>php artisan phonelogin:clear-codes<\/strong> command.<\/li>\n<\/ul>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">Benefits &amp; Use Cases<\/h3>\n<\/div><\/div>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Reduces fake sign-ups by ensuring every customer registers with a verified, real mobile number.<\/li>\n\n\n\n<li>Offers a faster, more familiar login experience for markets where customers prefer phone numbers over email.<\/li>\n\n\n\n<li>Lets tenants recover accounts easily, since customers can reset their password using their mobile number.<\/li>\n\n\n\n<li>Enforces one account per mobile number, keeping the customer base clean and free of duplicates.<\/li>\n\n\n\n<li>Gives each tenant on the SaaS platform full, independent control over their own Phone Login configuration and data.<\/li>\n<\/ul>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">Support <\/h3>\n<\/div><\/div>\n\n\n\n<p>That\u2019s all for<strong>&nbsp;Laravel SaaS Phone Login<\/strong>, still, have any issue feel free to add a ticket.<\/p>\n\n\n\n<p>Also let us know your views to make the module better&nbsp;<a href=\"https:\/\/bagisto.uvdesk.com\/en\/\" target=\"_blank\" rel=\"noreferrer noopener\">https:\/\/bagisto.uvdesk.com\/en\/<\/a><\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Laravel SaaS Phone Login extension allows every tenant to let their customers log in, register, and reset their password using a mobile number instead of only an email address. Moreover, the extension verifies the customer&#8217;s mobile number through a One-Time Password (OTP) sent over SMS. This happens both at the time of registration and whenever <a href=\"https:\/\/webkul.com\/blog\/laravel-multi-vendor-saas-phone-login\/\">[&#8230;]<\/a><\/p>\n","protected":false},"author":696,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[8396,1],"tags":[8055,1522,222],"class_list":["post-549136","post","type-post","status-publish","format-standard","hentry","category-bagisto","category-uncategorized","tag-bagisto","tag-multi-vendor","tag-saas"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Laravel Multi-Vendor SaaS Phone Login - Webkul Blog SaaS Phone Login<\/title>\n<meta name=\"description\" content=\"Enable secure phone number authentication using SaaS phone login. Support OTP-based login, registration, and seamless user authentication.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/webkul.com\/blog\/laravel-multi-vendor-saas-phone-login\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Laravel Multi-Vendor SaaS Phone Login - Webkul Blog SaaS Phone Login\" \/>\n<meta property=\"og:description\" content=\"Enable secure phone number authentication using SaaS phone login. Support OTP-based login, registration, and seamless user authentication.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/webkul.com\/blog\/laravel-multi-vendor-saas-phone-login\/\" \/>\n<meta property=\"og:site_name\" content=\"Webkul Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/webkul\/\" \/>\n<meta property=\"article:published_time\" content=\"2026-09-02T11:15:08+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-09-02T11:15:15+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2026\/07\/configphonesaas.webp\" \/>\n<meta name=\"author\" content=\"Aviral\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@webkul\" \/>\n<meta name=\"twitter:site\" content=\"@webkul\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Aviral\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"8 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/webkul.com\/blog\/laravel-multi-vendor-saas-phone-login\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/webkul.com\/blog\/laravel-multi-vendor-saas-phone-login\/\"},\"author\":{\"name\":\"Aviral\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/b3445e0cac9f8a7b2078584fad308589\"},\"headline\":\"Laravel Multi-Vendor SaaS Phone Login\",\"datePublished\":\"2026-09-02T11:15:08+00:00\",\"dateModified\":\"2026-09-02T11:15:15+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/webkul.com\/blog\/laravel-multi-vendor-saas-phone-login\/\"},\"wordCount\":1407,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/webkul.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/webkul.com\/blog\/laravel-multi-vendor-saas-phone-login\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2026\/07\/configphonesaas.webp\",\"keywords\":[\"Bagisto\",\"multi vendor\",\"saas\"],\"articleSection\":[\"Bagisto\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/webkul.com\/blog\/laravel-multi-vendor-saas-phone-login\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/webkul.com\/blog\/laravel-multi-vendor-saas-phone-login\/\",\"url\":\"https:\/\/webkul.com\/blog\/laravel-multi-vendor-saas-phone-login\/\",\"name\":\"Laravel Multi-Vendor SaaS Phone Login - Webkul Blog SaaS Phone Login\",\"isPartOf\":{\"@id\":\"https:\/\/webkul.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/webkul.com\/blog\/laravel-multi-vendor-saas-phone-login\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/webkul.com\/blog\/laravel-multi-vendor-saas-phone-login\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2026\/07\/configphonesaas.webp\",\"datePublished\":\"2026-09-02T11:15:08+00:00\",\"dateModified\":\"2026-09-02T11:15:15+00:00\",\"description\":\"Enable secure phone number authentication using SaaS phone login. Support OTP-based login, registration, and seamless user authentication.\",\"breadcrumb\":{\"@id\":\"https:\/\/webkul.com\/blog\/laravel-multi-vendor-saas-phone-login\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/webkul.com\/blog\/laravel-multi-vendor-saas-phone-login\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/laravel-multi-vendor-saas-phone-login\/#primaryimage\",\"url\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/07\/configphonesaas.webp\",\"contentUrl\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/07\/configphonesaas.webp\",\"width\":1120,\"height\":880},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/webkul.com\/blog\/laravel-multi-vendor-saas-phone-login\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/webkul.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Laravel Multi-Vendor SaaS Phone Login\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/webkul.com\/blog\/#website\",\"url\":\"https:\/\/webkul.com\/blog\/\",\"name\":\"Webkul Blog\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/webkul.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/webkul.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/webkul.com\/blog\/#organization\",\"name\":\"WebKul Software Private Limited\",\"url\":\"https:\/\/webkul.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png\",\"contentUrl\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png\",\"width\":380,\"height\":380,\"caption\":\"WebKul Software Private Limited\"},\"image\":{\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/webkul\/\",\"https:\/\/x.com\/webkul\",\"https:\/\/www.instagram.com\/webkul\/\",\"https:\/\/www.linkedin.com\/company\/webkul\",\"https:\/\/www.youtube.com\/user\/webkul\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/b3445e0cac9f8a7b2078584fad308589\",\"name\":\"Aviral\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/45605395147739faab464525f2e332f887af4f78ef319410f3a59a6b92aa75d9?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Fmike.png&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/45605395147739faab464525f2e332f887af4f78ef319410f3a59a6b92aa75d9?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Fmike.png&r=g\",\"caption\":\"Aviral\"},\"url\":\"https:\/\/webkul.com\/blog\/author\/aviral-pba322\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Laravel Multi-Vendor SaaS Phone Login - Webkul Blog SaaS Phone Login","description":"Enable secure phone number authentication using SaaS phone login. Support OTP-based login, registration, and seamless user authentication.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/webkul.com\/blog\/laravel-multi-vendor-saas-phone-login\/","og_locale":"en_US","og_type":"article","og_title":"Laravel Multi-Vendor SaaS Phone Login - Webkul Blog SaaS Phone Login","og_description":"Enable secure phone number authentication using SaaS phone login. Support OTP-based login, registration, and seamless user authentication.","og_url":"https:\/\/webkul.com\/blog\/laravel-multi-vendor-saas-phone-login\/","og_site_name":"Webkul Blog","article_publisher":"https:\/\/www.facebook.com\/webkul\/","article_published_time":"2026-09-02T11:15:08+00:00","article_modified_time":"2026-09-02T11:15:15+00:00","og_image":[{"url":"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2026\/07\/configphonesaas.webp","type":"","width":"","height":""}],"author":"Aviral","twitter_card":"summary_large_image","twitter_creator":"@webkul","twitter_site":"@webkul","twitter_misc":{"Written by":"Aviral","Est. reading time":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/webkul.com\/blog\/laravel-multi-vendor-saas-phone-login\/#article","isPartOf":{"@id":"https:\/\/webkul.com\/blog\/laravel-multi-vendor-saas-phone-login\/"},"author":{"name":"Aviral","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/b3445e0cac9f8a7b2078584fad308589"},"headline":"Laravel Multi-Vendor SaaS Phone Login","datePublished":"2026-09-02T11:15:08+00:00","dateModified":"2026-09-02T11:15:15+00:00","mainEntityOfPage":{"@id":"https:\/\/webkul.com\/blog\/laravel-multi-vendor-saas-phone-login\/"},"wordCount":1407,"commentCount":0,"publisher":{"@id":"https:\/\/webkul.com\/blog\/#organization"},"image":{"@id":"https:\/\/webkul.com\/blog\/laravel-multi-vendor-saas-phone-login\/#primaryimage"},"thumbnailUrl":"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2026\/07\/configphonesaas.webp","keywords":["Bagisto","multi vendor","saas"],"articleSection":["Bagisto"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/webkul.com\/blog\/laravel-multi-vendor-saas-phone-login\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/webkul.com\/blog\/laravel-multi-vendor-saas-phone-login\/","url":"https:\/\/webkul.com\/blog\/laravel-multi-vendor-saas-phone-login\/","name":"Laravel Multi-Vendor SaaS Phone Login - Webkul Blog SaaS Phone Login","isPartOf":{"@id":"https:\/\/webkul.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/webkul.com\/blog\/laravel-multi-vendor-saas-phone-login\/#primaryimage"},"image":{"@id":"https:\/\/webkul.com\/blog\/laravel-multi-vendor-saas-phone-login\/#primaryimage"},"thumbnailUrl":"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2026\/07\/configphonesaas.webp","datePublished":"2026-09-02T11:15:08+00:00","dateModified":"2026-09-02T11:15:15+00:00","description":"Enable secure phone number authentication using SaaS phone login. Support OTP-based login, registration, and seamless user authentication.","breadcrumb":{"@id":"https:\/\/webkul.com\/blog\/laravel-multi-vendor-saas-phone-login\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/webkul.com\/blog\/laravel-multi-vendor-saas-phone-login\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/laravel-multi-vendor-saas-phone-login\/#primaryimage","url":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/07\/configphonesaas.webp","contentUrl":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2026\/07\/configphonesaas.webp","width":1120,"height":880},{"@type":"BreadcrumbList","@id":"https:\/\/webkul.com\/blog\/laravel-multi-vendor-saas-phone-login\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/webkul.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Laravel Multi-Vendor SaaS Phone Login"}]},{"@type":"WebSite","@id":"https:\/\/webkul.com\/blog\/#website","url":"https:\/\/webkul.com\/blog\/","name":"Webkul Blog","description":"","publisher":{"@id":"https:\/\/webkul.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/webkul.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/webkul.com\/blog\/#organization","name":"WebKul Software Private Limited","url":"https:\/\/webkul.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png","contentUrl":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png","width":380,"height":380,"caption":"WebKul Software Private Limited"},"image":{"@id":"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/webkul\/","https:\/\/x.com\/webkul","https:\/\/www.instagram.com\/webkul\/","https:\/\/www.linkedin.com\/company\/webkul","https:\/\/www.youtube.com\/user\/webkul\/"]},{"@type":"Person","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/b3445e0cac9f8a7b2078584fad308589","name":"Aviral","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/45605395147739faab464525f2e332f887af4f78ef319410f3a59a6b92aa75d9?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Fmike.png&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/45605395147739faab464525f2e332f887af4f78ef319410f3a59a6b92aa75d9?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Fmike.png&r=g","caption":"Aviral"},"url":"https:\/\/webkul.com\/blog\/author\/aviral-pba322\/"}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/549136","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/users\/696"}],"replies":[{"embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/comments?post=549136"}],"version-history":[{"count":5,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/549136\/revisions"}],"predecessor-version":[{"id":555392,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/549136\/revisions\/555392"}],"wp:attachment":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/media?parent=549136"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/categories?post=549136"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/tags?post=549136"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}