{"id":271620,"date":"2020-11-24T05:00:29","date_gmt":"2020-11-24T05:00:29","guid":{"rendered":"https:\/\/webkul.com\/blog\/?p=271620"},"modified":"2026-04-08T06:47:25","modified_gmt":"2026-04-08T06:47:25","slug":"laravel-ecommerce-mobile-app","status":"publish","type":"post","link":"https:\/\/webkul.com\/blog\/laravel-ecommerce-mobile-app\/","title":{"rendered":"User Guide for Bagisto Laravel Mobile App Builder"},"content":{"rendered":"\n<p>Bagisto <a href=\"https:\/\/store.webkul.com\/bagisto-laravel-mobile-app.html\" target=\"_blank\" rel=\"noreferrer noopener\">Laravel native Mobile App<\/a> Builder. Mobikul as a mobile app developer has dedicated its time and effort to creating an app for various famous open-source platforms.<\/p>\n\n\n\n<p>However, this time after acquiring years of regress experience. Webkul together with Mobikul has created an app for their in-house platform that is Laravel<strong> <\/strong>Native Mobile App.<\/p>\n\n\n\n<p>As a matter of fact with the advancement in technology just having a website for a business will restrain growth. <\/p>\n\n\n\n<p>Henceforth, the requirement of the hour is a mobile app. <br><br> However, the mobile app build is on Bagisto and uses Flutter for the Android and iOS applications.<\/p>\n\n\n\n<p>This <a href=\"https:\/\/webkul.com\/laravel-mobile-app-development-services\/\">Laravel mobile app<\/a> builder will allow the customer to checkout in a convenient form due to its easy accessibility.<\/p>\n\n\n\n<p>Thus, this Flutter app has a collection of a feature that makes it an advanced app for customers.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Requirements<\/h3>\n\n\n\n<p><strong>Note<\/strong> &#8211; To get the Bagisto Laravel Native Mobile App up and running, make sure you have the following.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Bagisto Version &#8211; v2.0.0 or higher<\/li>\n\n\n\n<li>Android Studio Meerkat | 2024.3.2<\/li>\n\n\n\n<li>Flutter Version &#8211; 3.38.9<\/li>\n\n\n\n<li>Dart &#8211; 3.10.8<\/li>\n\n\n\n<li>Xcode &#8211; 26.3<\/li>\n\n\n\n<li>Swift &#8211; 6.1<\/li>\n<\/ul>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">Feature List of Laravel Mobile App Builder<\/h3>\n<\/div><\/div>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Easy management of the orders with the help of the app.<\/li>\n\n\n\n<li>Well configured with the backend.<\/li>\n\n\n\n<li>The app can work on both tablets and smartphones.<\/li>\n\n\n\n<li>Informative and interactive shopping app with a fast and intuitive response.<\/li>\n\n\n\n<li>An open-source app that can be customised (paid service) as per business requirements.<\/li>\n\n\n\n<li>24\u00d77 support on Facebook (paid), WhatsApp (paid), and mail.<\/li>\n\n\n\n<li>A search suggestion is implemented to allow customers to get the required product more easily.<\/li>\n\n\n\n<li>Wishlist to save products for future purchases.<\/li>\n\n\n\n<li>Multi-lingual functionality (RTL) support for localization of the app.<\/li>\n\n\n\n<li>The store owner can enable multiple currencies in the app to attract customers all across the globe.<\/li>\n\n\n\n<li>Real-time synchronization between the app and the website.<\/li>\n\n\n\n<li>Interactive UI\/UX with Modern Material Design standards.<\/li>\n\n\n\n<li>Easy addition of offers and coupons to engage maximum customers.<\/li>\n\n\n\n<li>Allow the app user to cut short login processes by implementing a faster and easier social login facility (available on customization).<\/li>\n\n\n\n<li>Local notification to the customer that avoid the abandoned cart.<\/li>\n\n\n\n<li>Customers can review products they have recently viewed.<\/li>\n\n\n\n<li>The application has the option to be displayed in a dark theme.<\/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 Mobile App Builder<\/h3>\n<\/div><\/div>\n\n\n\n<p>To install the Laravel Mobile app on your server you need to follow the given steps on the given URL:<\/p>\n\n\n\n<p>Follow the URL: <a href=\"https:\/\/github.com\/bagisto\/headless-ecommerce\" target=\"_blank\" rel=\"noreferrer noopener\">Installation of Laravel Mobile App<\/a>.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Installation:<\/h3>\n\n\n\n<p>To install the Bagisto GraphQL API, follow these steps:<\/p>\n\n\n\n<div class=\"wp-block-group\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">\n<p><strong>1) Install via Composer<br><\/strong>Run the following command in your terminal to install the GraphQL API package:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">composer require bagisto\/graphql-api dev-main<\/pre>\n\n\n\n<p><strong>2) <strong>Update Middleware Configuration<\/strong><br><\/strong>In the <code><strong>app\/Http\/Kernel.php<\/strong><\/code> file, move the following middleware from the <code>web<\/code> section in the <code>middlewareGroups<\/code> array to the global <code>middleware<\/code> array:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">   \\Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse::class,\n   \\Illuminate\\Session\\Middleware\\StartSession::class,<\/pre>\n\n\n\n<p><strong>3) Update Environment Settings<\/strong><\/p>\n\n\n\n<p>Add the following entries to your <code>.env<\/code> file to configure JWT settings:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">   JWT_TTL=525600\n   JWT_SHOW_BLACKLIST_EXCEPTION=true<\/pre>\n\n\n\n<p><strong>4) Publish Assets and Configurations<\/strong> Run the command below to publish assets and configurations for Bagisto GraphQL:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">   php artisan bagisto-graphql:install<\/pre>\n<\/div><\/div>\n\n\n\n<h3 class=\"wp-block-heading\">Usage:<\/h3>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>GraphQL Playground<\/strong> After installation, you can test your API through the GraphQL Playground. Visit:<\/li>\n<\/ol>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">   http:\/\/your-domain.com\/graphiql<\/pre>\n\n\n\n<ol start=\"2\" class=\"wp-block-list\">\n<li><strong>Postman Integration<\/strong> Alternatively, you can test the API using Postman by accessing:<\/li>\n<\/ol>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">   http:\/\/your-domain.com\/graphql<\/pre>\n\n\n\n<p>That\u2019s it! Your Bagisto GraphQL API is now ready. Execute the project on your specified domain and start building your headless eCommerce solution.<\/p>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">Laravel Mobile App Configuration<\/h3>\n<\/div><\/div>\n\n\n\n<p>The admin can control the Bagisto Laravel mobile app from the backend easily by following a few simple steps.<\/p>\n\n\n\n<p>Each configuration step is displayed one at a time in the tabs below.<\/p>\n\n\n\n<p>To set up the Laravel mobile app, the admin should go to&nbsp;<strong>Configure -&gt; GraphQL API<\/strong>.<\/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\/2024\/08\/bagisto-mobile-app-configure-graphql-api.webp\" alt=\"bagisto laravel native mobile app admin configuration graphql api\" class=\"wp-image-457227\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/08\/bagisto-mobile-app-configure-graphql-api.webp 1120w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/08\/bagisto-mobile-app-configure-graphql-api-300x236.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/08\/bagisto-mobile-app-configure-graphql-api-250x196.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/08\/bagisto-mobile-app-configure-graphql-api-768x603.webp 768w\" sizes=\"(max-width: 1120px) 100vw, 1120px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Private Key JSON File Content:<\/strong> To access the server key, just click the link located below the input box and set up the project on Firebase.<\/li>\n<\/ol>\n\n\n\n<p>      2. <strong>Notification Topic: <\/strong>The administrator has the ability to choose a name for the Bagisto Laravel mobile application.<\/p>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">Push Notifications<\/h3>\n<\/div><\/div>\n\n\n\n<p>The Mobikul mobile app&#8217;s push notifications can be easily controlled from the backend.<\/p>\n\n\n\n<p>To do this, the admin should go to&nbsp;<strong>Settings -&gt; Push Notifications<\/strong>.<\/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\/2024\/08\/bagisto-mobile-app-admin-push-notification-configuration.webp\" alt=\"push notification configuration\" class=\"wp-image-457231\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/08\/bagisto-mobile-app-admin-push-notification-configuration.webp 1120w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/08\/bagisto-mobile-app-admin-push-notification-configuration-300x236.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/08\/bagisto-mobile-app-admin-push-notification-configuration-250x196.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/08\/bagisto-mobile-app-admin-push-notification-configuration-768x603.webp 768w\" sizes=\"(max-width: 1120px) 100vw, 1120px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>Also, for adding a new notification the admin can click on the Add Notification button.<br><\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img decoding=\"async\" width=\"934\" height=\"1024\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/08\/bagisto-mobile-app-configure-add-new-notification-934x1024.webp\" alt=\"add new notification\" class=\"wp-image-457246\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/08\/bagisto-mobile-app-configure-add-new-notification-934x1024.webp 934w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/08\/bagisto-mobile-app-configure-add-new-notification-274x300.webp 274w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/08\/bagisto-mobile-app-configure-add-new-notification-227x249.webp 227w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/08\/bagisto-mobile-app-configure-add-new-notification-768x842.webp 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/08\/bagisto-mobile-app-configure-add-new-notification.webp 1120w\" sizes=\"(max-width: 934px) 100vw, 934px\" loading=\"lazy\" \/><\/figure>\n<\/div>\n\n\n<p>After this add the below details.<\/p>\n\n\n\n<p><strong>1) Notification Title \u2013<\/strong>&nbsp;The admin is able to put in the title for the notification.<\/p>\n\n\n\n<p><strong>2) Notification Content \u2013<\/strong>&nbsp;The admin can explain the notification in the content section.<\/p>\n\n\n\n<p><strong>3) Image \u2013<\/strong>&nbsp;Include an image for the notification.<\/p>\n\n\n\n<p><strong>4) Notification Type \u2013<\/strong>&nbsp;The admin can choose the type of notification from the drop-down menu, which includes Simple Type, Category Based, or Product Based.<\/p>\n\n\n\n<p><strong>5) Channels &#8211;<\/strong>&nbsp;The admin can pick the channels that are either available or have been added by them.<\/p>\n\n\n\n<p><strong>6) Notification Status \u2013<\/strong>&nbsp;Here, the admin can turn the notification on or off.<\/p>\n\n\n\n<p>Additionally, the admin has the option to edit or remove the current notification based on what the business needs.<\/p>\n\n\n\n<p>Further, the admin can edit or delete the existing notification as per the business requirement.<\/p>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">Customer View: Splash Screen <\/h3>\n<\/div><\/div>\n\n\n\n<p>This is the first screen that customers see when they open the app. Also, this screen is included in the app from the coding side.<\/p>\n\n\n\n<p>The business owner will give us this image based on what is needed through a PDF that we get beforehand.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full is-resized\"><img decoding=\"async\" width=\"631\" height=\"526\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/11\/splash-theme.webp\" alt=\"splash-screen\" class=\"wp-image-528889\" style=\"aspect-ratio:1.1996251171508903;width:782px;height:auto\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/11\/splash-theme.webp 631w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/11\/splash-theme-300x250.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/11\/splash-theme-250x208.webp 250w\" sizes=\"(max-width: 631px) 100vw, 631px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">Home Page <\/h3>\n<\/div><\/div>\n\n\n\n<p>The app&#8217;s homepage is organized into several sections to make it easier to use.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Carousel Sections<\/h4>\n\n\n\n<p>The homepage of the Laravel mobile app builder allows you to add various types of carousels in the slider.<\/p>\n\n\n\n<p><strong>1) Image type:<\/strong>&nbsp;You can select the Image type carousel, which lets you create different kinds of images and link products to them.<\/p>\n\n\n\n<p><strong>2) Banner Section:<\/strong>&nbsp;In this section, users of the application will view the banner that the admin has set up. The banners will rotate one after another.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"800\" height=\"804\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/11\/home-page.webp\" alt=\"home page\" class=\"wp-image-528858\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/11\/home-page.webp 800w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/11\/home-page-248x249.webp 248w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/11\/home-page-768x772.webp 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/11\/home-page-120x120.webp 120w\" sizes=\"(max-width: 800px) 100vw, 800px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Featured <\/strong>Products<\/h4>\n\n\n\n<p>In this section, users of the Laravel Mobile app will find the highlighted items chosen by the app owner.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"800\" height=\"804\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/11\/featured-product.webp\" alt=\"featured-product\" class=\"wp-image-528860\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/11\/featured-product.webp 800w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/11\/featured-product-248x249.webp 248w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/11\/featured-product-768x772.webp 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/11\/featured-product-120x120.webp 120w\" sizes=\"(max-width: 800px) 100vw, 800px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\">New Products<\/h4>\n\n\n\n<p>In the latest additions area, users can view the products that have just been added by the app owner.<\/p>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">Side Drawer<\/h3>\n<\/div><\/div>\n\n\n\n<p>Also, the app motivates users to sign up through the application. It provides a straightforward form for them to enter their information.<\/p>\n\n\n\n<p>This makes it easy to log in whenever they want to use it.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"sign-up-create-an-account\"><strong>Sign Up \u2013&gt; Create An Account<\/strong><\/h4>\n\n\n\n<p>The user of the <a href=\"https:\/\/bagisto.com\/en\/laravel-ecommerce-app\/\">Laravel native mobile app<\/a> builder can easily register the app by completing the registration form.<\/p>\n\n\n\n<p>This way, the app user can input their basic information to become a customer.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"800\" height=\"865\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/11\/create-account.webp\" alt=\"create-accorunt\" class=\"wp-image-528862\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/11\/create-account.webp 800w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/11\/create-account-277x300.webp 277w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/11\/create-account-230x249.webp 230w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/11\/create-account-768x830.webp 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"sign-in\">Sign In via Email ID<\/h4>\n\n\n\n<p>Once a customer finishes signing up, they can log in using the email ID and password they provided during registration.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Forget password:<\/h4>\n\n\n\n<p>Users can change their password by clicking on the Forgot Password link.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"800\" height=\"865\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/11\/forget-password.webp\" alt=\"forget-password\" class=\"wp-image-528863\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/11\/forget-password.webp 800w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/11\/forget-password-277x300.webp 277w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/11\/forget-password-230x249.webp 230w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/11\/forget-password-768x830.webp 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\">Categories<\/h4>\n\n\n\n<p>There are two types of categories in the Laravel mobile application.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"800\" height=\"804\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/11\/categories.webp\" alt=\"categories\" class=\"wp-image-528864\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/11\/categories.webp 800w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/11\/categories-248x249.webp 248w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/11\/categories-768x772.webp 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/11\/categories-120x120.webp 120w\" sizes=\"(max-width: 800px) 100vw, 800px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p><strong>1) Parent category:<\/strong>&nbsp;Users can click on the name of the main category to see it.<\/p>\n\n\n\n<p><strong>2) Child category:<\/strong>&nbsp;Users can click on the subcategory within the main category to view the subcategory.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"800\" height=\"804\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/11\/parent-child-categories.webp\" alt=\"parent-child-categories\" class=\"wp-image-528865\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/11\/parent-child-categories.webp 800w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/11\/parent-child-categories-248x249.webp 248w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/11\/parent-child-categories-768x772.webp 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/11\/parent-child-categories-120x120.webp 120w\" sizes=\"(max-width: 800px) 100vw, 800px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>Now after clicking on the child category, all products will show added by the admin. Child category will be listed shown in the&nbsp;<strong>Grid<\/strong>&nbsp;and&nbsp;<strong>List<\/strong>&nbsp;view.<\/p>\n\n\n\n<p><strong>1) List View:<\/strong>&nbsp;In List view products are added to the list.<\/p>\n\n\n\n<p><strong>2) Grid View:<\/strong>&nbsp;The user can also select the button grid to view the products.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"800\" height=\"865\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/11\/list-grid-view.webp\" alt=\"list-grid-view\" class=\"wp-image-528866\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/11\/list-grid-view.webp 800w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/11\/list-grid-view-277x300.webp 277w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/11\/list-grid-view-230x249.webp 230w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/11\/list-grid-view-768x830.webp 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">Account Information:- <\/h3>\n<\/div><\/div>\n\n\n\n<p>Once you log into the mobile app, you can check your account info by going to the side menu and clicking on Dashboard.<\/p>\n\n\n\n<p>In this section, you can quickly look at and go over your account details.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"800\" height=\"804\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/11\/seller-dashboard.webp\" alt=\"customer-account\" class=\"wp-image-528868\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/11\/seller-dashboard.webp 800w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/11\/seller-dashboard-248x249.webp 248w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/11\/seller-dashboard-768x772.webp 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/11\/seller-dashboard-120x120.webp 120w\" sizes=\"(max-width: 800px) 100vw, 800px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>The account section will save the customer\u2019s data, in multiple sub-sections.<\/p>\n\n\n\n<p><strong>Profile<\/strong><\/p>\n\n\n\n<p>This part is for the app user to keep their personal info about their account. In this section, the app user can update \u2013<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Their first name, last name, gender, date of birth, and phone number.<\/li>\n\n\n\n<li>Users can change their email address that they registered with.<\/li>\n\n\n\n<li>They can also change the password that is connected to their account.<\/li>\n\n\n\n<li>Customers have the option to delete their registered account.<\/li>\n\n\n\n<li>Users can also change their Email and Password for the app. They can also delete their account.<\/li>\n<\/ol>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"800\" height=\"804\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/11\/customer-account.webp\" alt=\"customer-account\" class=\"wp-image-528870\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/11\/customer-account.webp 800w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/11\/customer-account-248x249.webp 248w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/11\/customer-account-768x772.webp 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/11\/customer-account-120x120.webp 120w\" sizes=\"(max-width: 800px) 100vw, 800px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p><strong>Address <\/strong><\/p>\n\n\n\n<p>This contains the information about the Default Billing Address, Default Shipping Address, and Manage Other Addresses.<\/p>\n\n\n\n<p>The app user can click on any address to edit the details on the address from the edit button or else can add a new address.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"800\" height=\"804\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/11\/customer-address.webp\" alt=\"customer-address\" class=\"wp-image-528871\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/11\/customer-address.webp 800w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/11\/customer-address-248x249.webp 248w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/11\/customer-address-768x772.webp 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/11\/customer-address-120x120.webp 120w\" sizes=\"(max-width: 800px) 100vw, 800px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p><strong>Recent Product:<\/strong>&nbsp;Customers can look at the items they have recently seen in the recent products area, as illustrated in the picture below:<\/p>\n\n\n\n<p><strong>Reviews:<\/strong>&nbsp;The app users can view all their reviews given by them to the products.<\/p>\n\n\n\n<p><strong>Wishlist:<\/strong>&nbsp;The app user can view all the wishlist products from the Wishlist option.<\/p>\n\n\n\n<p><strong>Reviews<\/strong>: The app users can view all their reviews given by them to the products.<\/p>\n\n\n\n<p><strong>Wishlist<\/strong>: The app user can view all the wishlist products from the Wishlist option.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"800\" height=\"804\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/11\/wishlists-review.webp\" alt=\"wishlist-review\" class=\"wp-image-528874\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/11\/wishlists-review.webp 800w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/11\/wishlists-review-248x249.webp 248w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/11\/wishlists-review-768x772.webp 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/11\/wishlists-review-120x120.webp 120w\" sizes=\"(max-width: 800px) 100vw, 800px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\">Compare<\/h4>\n\n\n\n<p>Users can compare products side by side within the app, allowing them to easily view and evaluate differences in features.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"800\" height=\"804\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/11\/compare-products.webp\" alt=\"compare-products\" class=\"wp-image-528877\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/11\/compare-products.webp 800w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/11\/compare-products-248x249.webp 248w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/11\/compare-products-768x772.webp 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/11\/compare-products-120x120.webp 120w\" sizes=\"(max-width: 800px) 100vw, 800px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\"><br>Product View:- <\/h3>\n<\/div><\/div>\n\n\n\n<p>The page shows information about the products that users of the app can look at. So, this page includes the following details-<\/p>\n\n\n\n<p><strong>Add to Cart \u2013<\/strong>&nbsp;Users can click the Add To Cart button to put the product in their cart for later checkout.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"800\" height=\"804\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/11\/add-to-cart.webp\" alt=\"add-to-cart\" class=\"wp-image-528878\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/11\/add-to-cart.webp 800w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/11\/add-to-cart-248x249.webp 248w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/11\/add-to-cart-768x772.webp 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/11\/add-to-cart-120x120.webp 120w\" sizes=\"(max-width: 800px) 100vw, 800px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>Now, people using the app can go ahead with the product they added to their cart.<\/p>\n\n\n\n<p>Here, app users can use a code for their purchases. They also have the choice to keep shopping, update their cart, or empty the shopping cart before clicking to continue.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"800\" height=\"804\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/11\/checkout-cart.webp\" alt=\"checkout-cart\" class=\"wp-image-528882\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/11\/checkout-cart.webp 800w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/11\/checkout-cart-248x249.webp 248w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/11\/checkout-cart-768x772.webp 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/11\/checkout-cart-120x120.webp 120w\" sizes=\"(max-width: 800px) 100vw, 800px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>In the next step, users have to choose how they want to pay for their order, which can be either Cash On Delivery or Money Transfer.<\/p>\n\n\n\n<p>Here users can check the price details of the order and can place the order. After that, the order has been placed and will get a confirmation with order ID and email.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"800\" height=\"804\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/11\/order-complete.webp\" alt=\"order-complete\" class=\"wp-image-528883\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/11\/order-complete.webp 800w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/11\/order-complete-248x249.webp 248w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/11\/order-complete-768x772.webp 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/11\/order-complete-120x120.webp 120w\" sizes=\"(max-width: 800px) 100vw, 800px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">Dark Theme <\/h3>\n\n\n\n<p>The app has a dark theme that users can choose. If you tap on the Change theme button, the app will switch to a dark color theme, like you can see in the picture below.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"800\" height=\"804\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/11\/dark-theme.webp\" alt=\"dark-theme\" class=\"wp-image-528886\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/11\/dark-theme.webp 800w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/11\/dark-theme-248x249.webp 248w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/11\/dark-theme-768x772.webp 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/11\/dark-theme-120x120.webp 120w\" sizes=\"(max-width: 800px) 100vw, 800px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"><\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"><\/div>\n<\/div>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\"><br>Support for Laravel Mobile App Builder<\/h3>\n<\/div><\/div>\n\n\n\n<p>Thus, that\u2019s all for the Laravel mobile app builder still, have any issues feel free to add a ticket and let us know your views to make the module better&nbsp;<a href=\"https:\/\/webkul.uvdesk.com\/\" target=\"_blank\" rel=\"noreferrer noopener\">https:\/\/webkul.uvdesk.com<\/a>.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Bagisto Laravel native Mobile App Builder. Mobikul as a mobile app developer has dedicated its time and effort to creating an app for various famous open-source platforms. However, this time after acquiring years of regress experience. Webkul together with Mobikul has created an app for their in-house platform that is Laravel Native Mobile App. As <a href=\"https:\/\/webkul.com\/blog\/laravel-ecommerce-mobile-app\/\">[&#8230;]<\/a><\/p>\n","protected":false},"author":255,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[8396,1],"tags":[8055,9907,1866,2843,2842],"class_list":["post-271620","post","type-post","status-publish","format-standard","hentry","category-bagisto","category-uncategorized","tag-bagisto","tag-bagisto-ecommerce-platform","tag-mobile-app","tag-mobile-application","tag-mobile-application-builder"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>User Guide for Bagisto Laravel Mobile App Builder<\/title>\n<meta name=\"description\" content=\"Laravel mobile app builder module helps to create a flutter-based Android app for your Bagisto e-commerce store. Increase accessibility.\" \/>\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-ecommerce-mobile-app\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"User Guide for Bagisto Laravel Mobile App Builder\" \/>\n<meta property=\"og:description\" content=\"Laravel mobile app builder module helps to create a flutter-based Android app for your Bagisto e-commerce store. Increase accessibility.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/webkul.com\/blog\/laravel-ecommerce-mobile-app\/\" \/>\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=\"2020-11-24T05:00:29+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-08T06:47:25+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2024\/08\/bagisto-mobile-app-configure-graphql-api.webp\" \/>\n<meta name=\"author\" content=\"Subhangi\" \/>\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=\"Subhangi\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"12 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/webkul.com\/blog\/laravel-ecommerce-mobile-app\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/webkul.com\/blog\/laravel-ecommerce-mobile-app\/\"},\"author\":{\"name\":\"Subhangi\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/62ac5a90658b02d17279062073a43632\"},\"headline\":\"User Guide for Bagisto Laravel Mobile App Builder\",\"datePublished\":\"2020-11-24T05:00:29+00:00\",\"dateModified\":\"2026-04-08T06:47:25+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/webkul.com\/blog\/laravel-ecommerce-mobile-app\/\"},\"wordCount\":1718,\"commentCount\":2,\"publisher\":{\"@id\":\"https:\/\/webkul.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/webkul.com\/blog\/laravel-ecommerce-mobile-app\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2024\/08\/bagisto-mobile-app-configure-graphql-api.webp\",\"keywords\":[\"Bagisto\",\"Bagisto ecommerce platform\",\"Mobile app\",\"Mobile Application\",\"Mobile Application Builder\"],\"articleSection\":[\"Bagisto\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/webkul.com\/blog\/laravel-ecommerce-mobile-app\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/webkul.com\/blog\/laravel-ecommerce-mobile-app\/\",\"url\":\"https:\/\/webkul.com\/blog\/laravel-ecommerce-mobile-app\/\",\"name\":\"User Guide for Bagisto Laravel Mobile App Builder\",\"isPartOf\":{\"@id\":\"https:\/\/webkul.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/webkul.com\/blog\/laravel-ecommerce-mobile-app\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/webkul.com\/blog\/laravel-ecommerce-mobile-app\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2024\/08\/bagisto-mobile-app-configure-graphql-api.webp\",\"datePublished\":\"2020-11-24T05:00:29+00:00\",\"dateModified\":\"2026-04-08T06:47:25+00:00\",\"description\":\"Laravel mobile app builder module helps to create a flutter-based Android app for your Bagisto e-commerce store. Increase accessibility.\",\"breadcrumb\":{\"@id\":\"https:\/\/webkul.com\/blog\/laravel-ecommerce-mobile-app\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/webkul.com\/blog\/laravel-ecommerce-mobile-app\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/laravel-ecommerce-mobile-app\/#primaryimage\",\"url\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/08\/bagisto-mobile-app-configure-graphql-api.webp\",\"contentUrl\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/08\/bagisto-mobile-app-configure-graphql-api.webp\",\"width\":1120,\"height\":880},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/webkul.com\/blog\/laravel-ecommerce-mobile-app\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/webkul.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"User Guide for Bagisto Laravel Mobile App Builder\"}]},{\"@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\/62ac5a90658b02d17279062073a43632\",\"name\":\"Subhangi\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/a58f5257cd5d10eae17cd30cd92a62e05001b8d916e9f775c6df7c1f711e5cb4?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Feva.png&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/a58f5257cd5d10eae17cd30cd92a62e05001b8d916e9f775c6df7c1f711e5cb4?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Feva.png&r=g\",\"caption\":\"Subhangi\"},\"url\":\"https:\/\/webkul.com\/blog\/author\/subhangi-bd401\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"User Guide for Bagisto Laravel Mobile App Builder","description":"Laravel mobile app builder module helps to create a flutter-based Android app for your Bagisto e-commerce store. Increase accessibility.","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-ecommerce-mobile-app\/","og_locale":"en_US","og_type":"article","og_title":"User Guide for Bagisto Laravel Mobile App Builder","og_description":"Laravel mobile app builder module helps to create a flutter-based Android app for your Bagisto e-commerce store. Increase accessibility.","og_url":"https:\/\/webkul.com\/blog\/laravel-ecommerce-mobile-app\/","og_site_name":"Webkul Blog","article_publisher":"https:\/\/www.facebook.com\/webkul\/","article_published_time":"2020-11-24T05:00:29+00:00","article_modified_time":"2026-04-08T06:47:25+00:00","og_image":[{"url":"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2024\/08\/bagisto-mobile-app-configure-graphql-api.webp","type":"","width":"","height":""}],"author":"Subhangi","twitter_card":"summary_large_image","twitter_creator":"@webkul","twitter_site":"@webkul","twitter_misc":{"Written by":"Subhangi","Est. reading time":"12 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/webkul.com\/blog\/laravel-ecommerce-mobile-app\/#article","isPartOf":{"@id":"https:\/\/webkul.com\/blog\/laravel-ecommerce-mobile-app\/"},"author":{"name":"Subhangi","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/62ac5a90658b02d17279062073a43632"},"headline":"User Guide for Bagisto Laravel Mobile App Builder","datePublished":"2020-11-24T05:00:29+00:00","dateModified":"2026-04-08T06:47:25+00:00","mainEntityOfPage":{"@id":"https:\/\/webkul.com\/blog\/laravel-ecommerce-mobile-app\/"},"wordCount":1718,"commentCount":2,"publisher":{"@id":"https:\/\/webkul.com\/blog\/#organization"},"image":{"@id":"https:\/\/webkul.com\/blog\/laravel-ecommerce-mobile-app\/#primaryimage"},"thumbnailUrl":"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2024\/08\/bagisto-mobile-app-configure-graphql-api.webp","keywords":["Bagisto","Bagisto ecommerce platform","Mobile app","Mobile Application","Mobile Application Builder"],"articleSection":["Bagisto"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/webkul.com\/blog\/laravel-ecommerce-mobile-app\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/webkul.com\/blog\/laravel-ecommerce-mobile-app\/","url":"https:\/\/webkul.com\/blog\/laravel-ecommerce-mobile-app\/","name":"User Guide for Bagisto Laravel Mobile App Builder","isPartOf":{"@id":"https:\/\/webkul.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/webkul.com\/blog\/laravel-ecommerce-mobile-app\/#primaryimage"},"image":{"@id":"https:\/\/webkul.com\/blog\/laravel-ecommerce-mobile-app\/#primaryimage"},"thumbnailUrl":"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2024\/08\/bagisto-mobile-app-configure-graphql-api.webp","datePublished":"2020-11-24T05:00:29+00:00","dateModified":"2026-04-08T06:47:25+00:00","description":"Laravel mobile app builder module helps to create a flutter-based Android app for your Bagisto e-commerce store. Increase accessibility.","breadcrumb":{"@id":"https:\/\/webkul.com\/blog\/laravel-ecommerce-mobile-app\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/webkul.com\/blog\/laravel-ecommerce-mobile-app\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/laravel-ecommerce-mobile-app\/#primaryimage","url":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/08\/bagisto-mobile-app-configure-graphql-api.webp","contentUrl":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2024\/08\/bagisto-mobile-app-configure-graphql-api.webp","width":1120,"height":880},{"@type":"BreadcrumbList","@id":"https:\/\/webkul.com\/blog\/laravel-ecommerce-mobile-app\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/webkul.com\/blog\/"},{"@type":"ListItem","position":2,"name":"User Guide for Bagisto Laravel Mobile App Builder"}]},{"@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\/62ac5a90658b02d17279062073a43632","name":"Subhangi","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/a58f5257cd5d10eae17cd30cd92a62e05001b8d916e9f775c6df7c1f711e5cb4?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Feva.png&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/a58f5257cd5d10eae17cd30cd92a62e05001b8d916e9f775c6df7c1f711e5cb4?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Feva.png&r=g","caption":"Subhangi"},"url":"https:\/\/webkul.com\/blog\/author\/subhangi-bd401\/"}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/271620","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\/255"}],"replies":[{"embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/comments?post=271620"}],"version-history":[{"count":180,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/271620\/revisions"}],"predecessor-version":[{"id":534530,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/271620\/revisions\/534530"}],"wp:attachment":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/media?parent=271620"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/categories?post=271620"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/tags?post=271620"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}