{"id":20340,"date":"2025-07-24T06:12:52","date_gmt":"2025-07-24T06:12:52","guid":{"rendered":"https:\/\/cloudkul.com\/blog\/?p=20340"},"modified":"2025-07-29T14:00:10","modified_gmt":"2025-07-29T14:00:10","slug":"install-bagisto-using-cloudpanel","status":"publish","type":"post","link":"https:\/\/cloudkul.com\/blog\/install-bagisto-using-cloudpanel\/","title":{"rendered":"Install Bagisto Using CloudPanel"},"content":{"rendered":"\n<p>Let&#8217;s check out how to install Bagisto with CloudPanel on an Ubuntu host.<\/p>\n\n\n\n<p>I assume you have already set up <a href=\"https:\/\/www.cloudpanel.io\/\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">CloudPanel<\/a> on your cloud server, such as AWS EC2, or on any other cloud server that uses Debian.<\/p>\n\n\n\n<p>Once you log into the CloudPanel admin, just click on &#8216;+ Add Site&#8217;. I&#8217;ve also included screenshots for every step.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/cloudkul.com\/blog\/wp-content\/uploads\/2025\/07\/image-3.png\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"575\" src=\"https:\/\/cloudkul.com\/blog\/wp-content\/uploads\/2025\/07\/image-3-1024x575.png\" alt=\"image-3\" class=\"wp-image-20344\"\/><\/a><\/figure>\n\n\n\n<p>Here, you can find the choice to make several sites. Just click on Create a PHP Site.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/cloudkul.com\/blog\/wp-content\/uploads\/2025\/07\/image-5.png\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"792\" src=\"https:\/\/cloudkul.com\/blog\/wp-content\/uploads\/2025\/07\/image-5-1024x792.png\" alt=\"image-5\" class=\"wp-image-20346\"\/><\/a><\/figure>\n\n\n\n<p>In this section, we will be using Bagisto version 2.3.6, which is built on Laravel 11. So, make sure to include your domain name here.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/cloudkul.com\/blog\/wp-content\/uploads\/2025\/07\/image-6.png\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"552\" src=\"https:\/\/cloudkul.com\/blog\/wp-content\/uploads\/2025\/07\/image-6-1024x552.png\" alt=\"image-6\" class=\"wp-image-20347\"\/><\/a><\/figure>\n\n\n\n<p>Then, click on Create. You will find your domain shown under the site. After that, click on Manage in the Action section.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/cloudkul.com\/blog\/wp-content\/uploads\/2025\/07\/image-7.png\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"363\" src=\"https:\/\/cloudkul.com\/blog\/wp-content\/uploads\/2025\/07\/image-7-1024x363.png\" alt=\"image-7\" class=\"wp-image-20349\"\/><\/a><\/figure>\n\n\n\n<p>When you hit Manage, you&#8217;ll see the control view of the site where you can make and change your updates.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/cloudkul.com\/blog\/wp-content\/uploads\/2025\/07\/image-8.png\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"658\" src=\"https:\/\/cloudkul.com\/blog\/wp-content\/uploads\/2025\/07\/image-8-1024x658.png\" alt=\"image-8\" class=\"wp-image-20350\"\/><\/a><\/figure>\n\n\n\n<p>The domain you want to use, like the one I used in my blog, add-your-domain.com, has to be linked to the same CloudPanel server IP in your DNS settings.<\/p>\n\n\n\n<p>Here, you can also manually upload your SSL certificates.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/cloudkul.com\/blog\/wp-content\/uploads\/2025\/07\/image-10.png\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"404\" src=\"https:\/\/cloudkul.com\/blog\/wp-content\/uploads\/2025\/07\/image-10-1024x404.png\" alt=\"image-10\" class=\"wp-image-20353\"\/><\/a><\/figure>\n\n\n\n<p>You can also use SSH, but first, you have to make a user and create SSH keys with ssh-keygen, and then you need to upload the public key.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/cloudkul.com\/blog\/wp-content\/uploads\/2025\/07\/image-11.png\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"511\" src=\"https:\/\/cloudkul.com\/blog\/wp-content\/uploads\/2025\/07\/image-11-1024x511.png\" alt=\"image-11\" class=\"wp-image-20354\"\/><\/a><\/figure>\n\n\n\n<p>For instance, I made a user called &#8216;cloudpanel&#8217; and uploaded the public key that I created with ssh-keygen.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/cloudkul.com\/blog\/wp-content\/uploads\/2025\/07\/image-12.png\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"601\" src=\"https:\/\/cloudkul.com\/blog\/wp-content\/uploads\/2025\/07\/image-12-1024x601.png\" alt=\"image-12\" class=\"wp-image-20355\"\/><\/a><\/figure>\n\n\n\n<p>To set up Bagisto, we have to execute a few commands on the server using the CLI. This requires a terminal, so we need to connect through SSH.<\/p>\n\n\n\n<p>When you SSH into the server, the user you made for your site add-your-domain.com will have the path \/home\/add-your-domain\/htdocs\/add-your-domain.com\/public<\/p>\n\n\n\n<p>This will act as a symlink to \/home\/cloudpanel\/htdocs\/add-your-domain.com\/public<\/p>\n\n\n\n<p>Navigate to the folder \/home\/cloudpanel\/htdocs and delete the add-your-domain.com directory, since add-your-domain.com is the default document root established by CloudPanel.<\/p>\n\n\n\n<p>Bagisto has a public directory that is part of its project. <\/p>\n\n\n\n<p>Now, we are going to copy the Bagisto repository into this specific location and change the name of the copied Bagisto folder to add-your-domain.com.<\/p>\n\n\n\n<p>This way, Bagisto&#8217;s public directory will be used automatically.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/cloudkul.com\/blog\/wp-content\/uploads\/2025\/07\/image-15.png\"><img loading=\"lazy\" decoding=\"async\" width=\"929\" height=\"340\" src=\"https:\/\/cloudkul.com\/blog\/wp-content\/uploads\/2025\/07\/image-15.png\" alt=\"image-15\" class=\"wp-image-20360\"\/><\/a><\/figure>\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=\"\">git clone https:\/\/github.com\/bagisto\/bagisto<\/pre>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/cloudkul.com\/blog\/wp-content\/uploads\/2025\/07\/image-16.png\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"178\" src=\"https:\/\/cloudkul.com\/blog\/wp-content\/uploads\/2025\/07\/image-16-1024x178.png\" alt=\"image-16\" class=\"wp-image-20362\"\/><\/a><\/figure>\n\n\n\n<p>Use this command to copy the repository to the same location, and then use the command below to set the repository back to a certain version, like git reset &#8211;hard v2.3.6.<\/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=\"\">git reset --hard v2.3.6<\/pre>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/cloudkul.com\/blog\/wp-content\/uploads\/2025\/07\/image-17.png\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"155\" src=\"https:\/\/cloudkul.com\/blog\/wp-content\/uploads\/2025\/07\/image-17-1024x155.png\" alt=\"image-17\" class=\"wp-image-20363\"\/><\/a><\/figure>\n\n\n\n<p>Now, you have to change the name of the Bagisto folder to the domain name you deleted before, just like it shows in the screenshot. <\/p>\n\n\n\n<p>This will properly set up both the old document root and Bagisto\u2019s document root.<\/p>\n\n\n\n<p>Next, go to the \/home\/cloudpanel\/htdocs\/add-your-domain.com folder and change the name of the .env.example file to .env.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/cloudkul.com\/blog\/wp-content\/uploads\/2025\/07\/image-18.png\"><img loading=\"lazy\" decoding=\"async\" width=\"741\" height=\"102\" src=\"https:\/\/cloudkul.com\/blog\/wp-content\/uploads\/2025\/07\/image-18.png\" alt=\"image-18\" class=\"wp-image-20367\"\/><\/a><\/figure>\n\n\n\n<p>Now, head over to CloudPanel and set up a database, along with a user and password for that database. We will use these details in the .env file.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/cloudkul.com\/blog\/wp-content\/uploads\/2025\/07\/image-19.png\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"513\" src=\"https:\/\/cloudkul.com\/blog\/wp-content\/uploads\/2025\/07\/image-19-1024x513.png\" alt=\"image-19\" class=\"wp-image-20368\"\/><\/a><\/figure>\n\n\n\n<p>Press the &#8216;Add Database&#8217; button to set up the database and user.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/cloudkul.com\/blog\/wp-content\/uploads\/2025\/07\/image-21.png\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"542\" src=\"https:\/\/cloudkul.com\/blog\/wp-content\/uploads\/2025\/07\/image-21-1024x542.png\" alt=\"image-21\" class=\"wp-image-20370\"\/><\/a><\/figure>\n\n\n\n<p>Make sure to use this database name, username, and password when you install it.<\/p>\n\n\n\n<p>Open the terminal and type the command composer install.<\/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=\"\">composer install<\/pre>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/cloudkul.com\/blog\/wp-content\/uploads\/2025\/07\/image-22.png\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"234\" src=\"https:\/\/cloudkul.com\/blog\/wp-content\/uploads\/2025\/07\/image-22-1024x234.png\" alt=\"image-22\" class=\"wp-image-20372\"\/><\/a><\/figure>\n\n\n\n<p>Next, type in this command: php artisan bagisto:install. It will ask you for your domain name and database information, so ensure you provide them accurately.<\/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:install<\/pre>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/cloudkul.com\/blog\/wp-content\/uploads\/2025\/07\/image-23.png\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"501\" src=\"https:\/\/cloudkul.com\/blog\/wp-content\/uploads\/2025\/07\/image-23-1024x501.png\" alt=\"image-23\" class=\"wp-image-20374\"\/><\/a><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>Head over to the path \/home\/cloudpanel\/htdocs and execute these commands related to permissions.<\/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=\"\">chmod -R 775 add-your-domain.com\/<\/pre>\n\n\n\n<p>Now, when you enter your URL in the browser, your website will be live and working.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/cloudkul.com\/blog\/wp-content\/uploads\/2025\/07\/image-24.png\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"583\" src=\"https:\/\/cloudkul.com\/blog\/wp-content\/uploads\/2025\/07\/image-24-1024x583.png\" alt=\"image-24\" class=\"wp-image-20378\"\/><\/a><\/figure>\n","protected":false},"excerpt":{"rendered":"<p>Let&#8217;s check out how to install Bagisto with CloudPanel on an Ubuntu host. I assume <a class=\"text-primary\" title=\"read more\" href=\"https:\/\/cloudkul.com\/blog\/install-bagisto-using-cloudpanel\/\">[&#8230;]<\/a><\/p>\n","protected":false},"author":43,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_mi_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"categories":[1],"tags":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v21.3 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Install Bagisto on CloudPanel: A Step-by-Step Ubuntu Guide<\/title>\n<meta name=\"description\" content=\"Step-by-step guide to install Bagisto v2.3.6 on CloudPanel with Laravel 11, including SSH setup, database config, and composer install.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/cloudkul.com\/blog\/install-bagisto-using-cloudpanel\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Install Bagisto on CloudPanel: A Step-by-Step Ubuntu Guide\" \/>\n<meta property=\"og:description\" content=\"Step-by-step guide to install Bagisto v2.3.6 on CloudPanel with Laravel 11, including SSH setup, database config, and composer install.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/cloudkul.com\/blog\/install-bagisto-using-cloudpanel\/\" \/>\n<meta property=\"og:site_name\" content=\"Cloudkul\" \/>\n<meta property=\"article:published_time\" content=\"2025-07-24T06:12:52+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-07-29T14:00:10+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/cloudkul.com\/blog\/wp-content\/uploads\/2025\/07\/image-3-1024x575.png\" \/>\n<meta name=\"author\" content=\"Vishwanath Acharya\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/cloudkul.com\/blog\/install-bagisto-using-cloudpanel\/\",\"url\":\"https:\/\/cloudkul.com\/blog\/install-bagisto-using-cloudpanel\/\",\"name\":\"Install Bagisto on CloudPanel: A Step-by-Step Ubuntu Guide\",\"isPartOf\":{\"@id\":\"https:\/\/cloudkul.com\/blog\/#website\"},\"datePublished\":\"2025-07-24T06:12:52+00:00\",\"dateModified\":\"2025-07-29T14:00:10+00:00\",\"author\":{\"@id\":\"https:\/\/cloudkul.com\/blog\/#\/schema\/person\/5468024685361b49b2a71b63a119554b\"},\"description\":\"Step-by-step guide to install Bagisto v2.3.6 on CloudPanel with Laravel 11, including SSH setup, database config, and composer install.\",\"breadcrumb\":{\"@id\":\"https:\/\/cloudkul.com\/blog\/install-bagisto-using-cloudpanel\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/cloudkul.com\/blog\/install-bagisto-using-cloudpanel\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/cloudkul.com\/blog\/install-bagisto-using-cloudpanel\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/cloudkul.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Install Bagisto Using CloudPanel\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/cloudkul.com\/blog\/#website\",\"url\":\"https:\/\/cloudkul.com\/blog\/\",\"name\":\"Cloudkul\",\"description\":\"Host your eCommerce Store on AWS with Optimized Performance\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/cloudkul.com\/blog\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/cloudkul.com\/blog\/#\/schema\/person\/5468024685361b49b2a71b63a119554b\",\"name\":\"Vishwanath Acharya\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/cloudkul.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/249a5381871f8598d0966d406a74d102?s=96&d=https%3A%2F%2Fs.gravatar.com%2Favatar%2F6148c37469011bc2f8e491ca8f5de495%3Fs%3D80&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/249a5381871f8598d0966d406a74d102?s=96&d=https%3A%2F%2Fs.gravatar.com%2Favatar%2F6148c37469011bc2f8e491ca8f5de495%3Fs%3D80&r=g\",\"caption\":\"Vishwanath Acharya\"},\"url\":\"https:\/\/cloudkul.com\/blog\/author\/vishwanathacharya-cloud336\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Install Bagisto on CloudPanel: A Step-by-Step Ubuntu Guide","description":"Step-by-step guide to install Bagisto v2.3.6 on CloudPanel with Laravel 11, including SSH setup, database config, and composer install.","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:\/\/cloudkul.com\/blog\/install-bagisto-using-cloudpanel\/","og_locale":"en_US","og_type":"article","og_title":"Install Bagisto on CloudPanel: A Step-by-Step Ubuntu Guide","og_description":"Step-by-step guide to install Bagisto v2.3.6 on CloudPanel with Laravel 11, including SSH setup, database config, and composer install.","og_url":"https:\/\/cloudkul.com\/blog\/install-bagisto-using-cloudpanel\/","og_site_name":"Cloudkul","article_published_time":"2025-07-24T06:12:52+00:00","article_modified_time":"2025-07-29T14:00:10+00:00","og_image":[{"url":"https:\/\/cloudkul.com\/blog\/wp-content\/uploads\/2025\/07\/image-3-1024x575.png"}],"author":"Vishwanath Acharya","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/cloudkul.com\/blog\/install-bagisto-using-cloudpanel\/","url":"https:\/\/cloudkul.com\/blog\/install-bagisto-using-cloudpanel\/","name":"Install Bagisto on CloudPanel: A Step-by-Step Ubuntu Guide","isPartOf":{"@id":"https:\/\/cloudkul.com\/blog\/#website"},"datePublished":"2025-07-24T06:12:52+00:00","dateModified":"2025-07-29T14:00:10+00:00","author":{"@id":"https:\/\/cloudkul.com\/blog\/#\/schema\/person\/5468024685361b49b2a71b63a119554b"},"description":"Step-by-step guide to install Bagisto v2.3.6 on CloudPanel with Laravel 11, including SSH setup, database config, and composer install.","breadcrumb":{"@id":"https:\/\/cloudkul.com\/blog\/install-bagisto-using-cloudpanel\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/cloudkul.com\/blog\/install-bagisto-using-cloudpanel\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/cloudkul.com\/blog\/install-bagisto-using-cloudpanel\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/cloudkul.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Install Bagisto Using CloudPanel"}]},{"@type":"WebSite","@id":"https:\/\/cloudkul.com\/blog\/#website","url":"https:\/\/cloudkul.com\/blog\/","name":"Cloudkul","description":"Host your eCommerce Store on AWS with Optimized Performance","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/cloudkul.com\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/cloudkul.com\/blog\/#\/schema\/person\/5468024685361b49b2a71b63a119554b","name":"Vishwanath Acharya","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cloudkul.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/249a5381871f8598d0966d406a74d102?s=96&d=https%3A%2F%2Fs.gravatar.com%2Favatar%2F6148c37469011bc2f8e491ca8f5de495%3Fs%3D80&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/249a5381871f8598d0966d406a74d102?s=96&d=https%3A%2F%2Fs.gravatar.com%2Favatar%2F6148c37469011bc2f8e491ca8f5de495%3Fs%3D80&r=g","caption":"Vishwanath Acharya"},"url":"https:\/\/cloudkul.com\/blog\/author\/vishwanathacharya-cloud336\/"}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/cloudkul.com\/blog\/wp-json\/wp\/v2\/posts\/20340"}],"collection":[{"href":"https:\/\/cloudkul.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/cloudkul.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/cloudkul.com\/blog\/wp-json\/wp\/v2\/users\/43"}],"replies":[{"embeddable":true,"href":"https:\/\/cloudkul.com\/blog\/wp-json\/wp\/v2\/comments?post=20340"}],"version-history":[{"count":22,"href":"https:\/\/cloudkul.com\/blog\/wp-json\/wp\/v2\/posts\/20340\/revisions"}],"predecessor-version":[{"id":20387,"href":"https:\/\/cloudkul.com\/blog\/wp-json\/wp\/v2\/posts\/20340\/revisions\/20387"}],"wp:attachment":[{"href":"https:\/\/cloudkul.com\/blog\/wp-json\/wp\/v2\/media?parent=20340"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/cloudkul.com\/blog\/wp-json\/wp\/v2\/categories?post=20340"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/cloudkul.com\/blog\/wp-json\/wp\/v2\/tags?post=20340"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}