{"id":2109,"date":"2025-03-06T09:14:47","date_gmt":"2025-03-06T09:14:47","guid":{"rendered":"https:\/\/www.devopsconsulting.in\/blog\/?p=2109"},"modified":"2026-02-14T10:10:53","modified_gmt":"2026-02-14T10:10:53","slug":"laravel-project-installation-guide","status":"publish","type":"post","link":"https:\/\/www.devopsconsulting.in\/blog\/laravel-project-installation-guide\/","title":{"rendered":"Laravel Project Installation Guide"},"content":{"rendered":"\n<p>Here&#8217;s the <strong>installation guide<\/strong> that includes the step to make sure your project files are inside the <code>htdocs<\/code> directory of <strong>XAMPP<\/strong> (or the corresponding directory for your web server).<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p><strong>Laravel Project Installation Guide<\/strong><\/p>\n\n\n\n<p>Welcome to the Laravel project! Follow the steps below to ensure your system meets the requirements and to set up the application using the one-click installer.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Pre-Installation Requirements<\/strong><\/h2>\n\n\n\n<p>Before you begin, ensure your system meets the following requirements:<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>1. System Requirements<\/strong><\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Operating System<\/strong>: Linux, macOS, or Windows<\/li>\n\n\n\n<li><strong>Web Server<\/strong>: Apache (via XAMPP, WAMP, or similar) or Nginx<\/li>\n\n\n\n<li><strong>PHP Version<\/strong>: PHP 8.1 or higher (check Laravel\u2019s current requirements)<\/li>\n\n\n\n<li><strong>Database<\/strong>: MySQL 5.7+ or MariaDB<\/li>\n\n\n\n<li><strong>Composer<\/strong>: Version 2.6 or higher<\/li>\n\n\n\n<li><strong>Node.js<\/strong>: Version v22.14.0<\/li>\n\n\n\n<li><strong>NPM<\/strong>: Version 10.9.2<\/li>\n\n\n\n<li><strong>Laravel Version<\/strong>: 10<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>2. Required Extensions<\/strong><\/h3>\n\n\n\n<p>Ensure the following PHP extensions are enabled:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>OpenSSL<\/li>\n\n\n\n<li>PDO<\/li>\n\n\n\n<li>Mbstring<\/li>\n\n\n\n<li>Tokenizer<\/li>\n\n\n\n<li>XML<\/li>\n\n\n\n<li>Ctype<\/li>\n\n\n\n<li>JSON<\/li>\n\n\n\n<li>Fileinfo<\/li>\n\n\n\n<li>BCMath<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>3. Software Installation<\/strong><\/h3>\n\n\n\n<p>Follow these steps to install the required software on your system:<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>1. Install XAMPP\/WAMP (Windows users)<\/strong><\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Download and install <a href=\"https:\/\/www.apachefriends.org\/index.html\">XAMPP<\/a> or <a href=\"https:\/\/www.wampserver.com\/en\/\">WAMP<\/a>.<\/li>\n\n\n\n<li>Ensure <strong>Apache<\/strong> and <strong>MySQL<\/strong> services are running.<\/li>\n<\/ul>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>2. Install Composer<\/strong><\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Download and install <a href=\"https:\/\/getcomposer.org\/\">Composer<\/a>.<\/li>\n\n\n\n<li>Verify the installation by running: <code>composer --version<\/code><\/li>\n<\/ul>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>3. Install Node.js (optional)<\/strong><\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Download and install <a href=\"https:\/\/nodejs.org\/\">Node.js<\/a>.<\/li>\n\n\n\n<li>Verify the installation: <code>node -v npm -v<\/code><\/li>\n<\/ul>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>4. Laravel Version<\/strong><\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li>This project is built on <strong>Laravel 10<\/strong>.<\/li>\n\n\n\n<li>Install Laravel globally (if needed): <code>composer global require laravel\/installer<\/code><\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Installation Steps<\/strong><\/h2>\n\n\n\n<p>Follow the steps below to install the Laravel project and set up the application.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>1. Clone the Repository<\/strong><\/h3>\n\n\n\n<p>Clone this project from your version control system (GitHub, GitLab, etc.):<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>git clone &lt;repository-url&gt;\n<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Replace <code>&lt;repository-url&gt;<\/code> with your repository\u2019s actual URL.<\/li>\n<\/ul>\n\n\n\n<p>After cloning, navigate into the project directory:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>cd &lt;project-directory&gt;\n<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>2. Move Project to <code>htdocs<\/code> Directory<\/strong><\/h3>\n\n\n\n<p>For <strong>XAMPP<\/strong> (or <strong>WAMP<\/strong> on Windows), your project should be inside the <strong><code>htdocs<\/code><\/strong> directory for it to be accessible by the web server.<\/p>\n\n\n\n<p>Move the cloned repository to the <code>htdocs<\/code> directory (replace <code>&lt;project-directory&gt;<\/code> with the actual project folder):<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo mv &lt;project-directory&gt; \/opt\/lampp\/htdocs\/\n<\/code><\/pre>\n\n\n\n<p>Now, navigate to the <code>htdocs<\/code> directory where your project is located:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>cd \/opt\/lampp\/htdocs\/&lt;project-directory&gt;\n<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>3. Install Composer Dependencies<\/strong><\/h3>\n\n\n\n<p>Run the following command to install all PHP dependencies:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>composer install\ncomposer require laravel\/passport:^12.0\n<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>4. Set Up the <code>.env<\/code> File<\/strong><\/h3>\n\n\n\n<p>Rename the <code>.env.example<\/code> file to <code>.env<\/code>:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>cp .env.example .env\n<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>5. Configure the Database<\/strong><\/h3>\n\n\n\n<p>Open the <code>.env<\/code> file and configure the database settings:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Set the database connection settings, including <strong>DB_HOST<\/strong>, <strong>DB_DATABASE<\/strong>, <strong>DB_USERNAME<\/strong>, and <strong>DB_PASSWORD<\/strong> according to your MySQL\/MariaDB configuration.<\/li>\n<\/ul>\n\n\n\n<p>For example:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>DB_CONNECTION=mysql\nDB_HOST=localhost\nDB_PORT=3306\nDB_DATABASE=your_database_name\nDB_USERNAME=root\nDB_PASSWORD=your_password\n<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>6. Set Permissions for Files and Directories<\/strong><\/h3>\n\n\n\n<p>Run the following command to set the correct file and directory permissions:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo chown -R daemon:daemon .\n<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>7. Update Composer Dependencies<\/strong><\/h3>\n\n\n\n<p>Run the following command to update the dependencies:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>composer update\ncomposer require laravel\/socialite\n<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>8. Install Symfony Process (if required)<\/strong><\/h3>\n\n\n\n<p>Install the <strong>Symfony Process<\/strong> package required for the application:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>composer require symfony\/process:^6.2\n<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>9. Install Node.js Setup<\/strong><\/h3>\n\n\n\n<p>Add the Node.js repository and install Node.js (for front-end dependencies):<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>curl -fsSL https:\/\/deb.nodesource.com\/setup_22.x | sudo -E bash -\nsudo apt-get install -y nodejs\n<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>10. Install Front-End Dependencies<\/strong><\/h3>\n\n\n\n<p>Run the following commands to install the necessary front-end dependencies:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>npm install @vitejs\/plugin-react\nnpm install react-places-autocomplete\nnpm install react-table\nnpm install react-date-range\nnpm install react-datepicker\nnpm install react-responsive-modal\nnpm install html5-qrcode\nnpm install react-select\nnpm install @mui\/material @emotion\/react @emotion\/styled\n\nor \nnpm install \nnpm i react-select\nnpm i @mui\/material @emotion\/react @emotion\/styled\n<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>11. Build the Front-End Assets<\/strong><\/h3>\n\n\n\n<p>To compile the front-end assets, run:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>npm run build\n<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>12. Update MySQL Configuration (Optional)<\/strong><\/h3>\n\n\n\n<p>If you are facing issues with large packets in MySQL, you can increase the <strong>max_allowed_packet<\/strong> in MySQL configuration:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Open the MySQL configuration file: <code>sudo vi \/opt\/lampp\/etc\/my.cnf<\/code><\/li>\n\n\n\n<li>Add or update the following setting under the <code>[mysqld]<\/code> section: <code>max_allowed_packet=256M<\/code><\/li>\n\n\n\n<li>Restart MySQL: <code>sudo \/opt\/lampp\/lampp restart<\/code><\/li>\n<\/ol>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Running the Application<\/strong><\/h2>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>1. Run the Laravel Application<\/strong><\/h3>\n\n\n\n<p>To serve the Laravel application locally, use the following command:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>php artisan serve\n<\/code><\/pre>\n\n\n\n<p>You can access the application in your browser at:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>http:&#47;&#47;127.0.0.1:8000\n<\/code><\/pre>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Additional Information<\/strong><\/h2>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Troubleshooting<\/strong><\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Ensure your database settings are correctly configured in the <code>.env<\/code> file.<\/li>\n\n\n\n<li>If there are any permission-related issues, check the folder permissions for the storage and bootstrap\/cache directories.<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Summary of Commands<\/strong><\/h3>\n\n\n\n<pre class=\"wp-block-code\"><code># Clone repository\ngit clone &lt;repository-url&gt;\ncd &lt;project-directory&gt;\n\n# Move project to XAMPP's htdocs directory\nsudo mv &lt;project-directory&gt; \/opt\/lampp\/htdocs\/\n\n# Install dependencies\ncomposer install\ncp .env.example .env\ncomposer update\ncomposer require symfony\/process:^6.2\ncomposer require laravel\/socialite\n\n# Set permissions\nsudo chown -R daemon:daemon .\n\n# Install Node.js and front-end dependencies\ncurl -fsSL https:\/\/deb.nodesource.com\/setup_22.x | sudo -E bash -\nsudo apt-get install -y nodejs\nnpm install @vitejs\/plugin-react\nnpm install react-places-autocomplete\nnpm install react-table\n\n# Build front-end assets\nnpm run build\n\n# Update MySQL configuration (optional)\nsudo vi \/opt\/lampp\/etc\/my.cnf\nmax_allowed_packet=256M\nsudo \/opt\/lampp\/lampp restart\n\n# Serve the application\nphp artisan serve\n<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Here&#8217;s the installation guide that includes the step to make sure your project files are inside the htdocs directory of XAMPP (or the corresponding directory for your&#8230; <\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-2109","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Laravel Project Installation Guide - DevOps Consulting<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.devopsconsulting.in\/blog\/laravel-project-installation-guide\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Laravel Project Installation Guide - DevOps Consulting\" \/>\n<meta property=\"og:description\" content=\"Here&#8217;s the installation guide that includes the step to make sure your project files are inside the htdocs directory of XAMPP (or the corresponding directory for your...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.devopsconsulting.in\/blog\/laravel-project-installation-guide\/\" \/>\n<meta property=\"og:site_name\" content=\"DevOps Consulting\" \/>\n<meta property=\"article:published_time\" content=\"2025-03-06T09:14:47+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-14T10:10:53+00:00\" \/>\n<meta name=\"author\" content=\"Abhishek Singh\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Abhishek Singh\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.devopsconsulting.in\\\/blog\\\/laravel-project-installation-guide\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.devopsconsulting.in\\\/blog\\\/laravel-project-installation-guide\\\/\"},\"author\":{\"name\":\"Abhishek Singh\",\"@id\":\"https:\\\/\\\/www.devopsconsulting.in\\\/blog\\\/#\\\/schema\\\/person\\\/fc397ba8be42f9fdd53450edfc73006f\"},\"headline\":\"Laravel Project Installation Guide\",\"datePublished\":\"2025-03-06T09:14:47+00:00\",\"dateModified\":\"2026-02-14T10:10:53+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.devopsconsulting.in\\\/blog\\\/laravel-project-installation-guide\\\/\"},\"wordCount\":532,\"commentCount\":0,\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.devopsconsulting.in\\\/blog\\\/laravel-project-installation-guide\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.devopsconsulting.in\\\/blog\\\/laravel-project-installation-guide\\\/\",\"url\":\"https:\\\/\\\/www.devopsconsulting.in\\\/blog\\\/laravel-project-installation-guide\\\/\",\"name\":\"Laravel Project Installation Guide - DevOps Consulting\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.devopsconsulting.in\\\/blog\\\/#website\"},\"datePublished\":\"2025-03-06T09:14:47+00:00\",\"dateModified\":\"2026-02-14T10:10:53+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/www.devopsconsulting.in\\\/blog\\\/#\\\/schema\\\/person\\\/fc397ba8be42f9fdd53450edfc73006f\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.devopsconsulting.in\\\/blog\\\/laravel-project-installation-guide\\\/\"]}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.devopsconsulting.in\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.devopsconsulting.in\\\/blog\\\/\",\"name\":\"DevOps Consulting\",\"description\":\"DevOps Consulting | SRE Consulting | DevSecOps Consulting | MLOps Consulting\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.devopsconsulting.in\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.devopsconsulting.in\\\/blog\\\/#\\\/schema\\\/person\\\/fc397ba8be42f9fdd53450edfc73006f\",\"name\":\"Abhishek Singh\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/790feefe779852cdf344ca7318bf6c13832223c9b3c6bf4d217658412041026d?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/790feefe779852cdf344ca7318bf6c13832223c9b3c6bf4d217658412041026d?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/790feefe779852cdf344ca7318bf6c13832223c9b3c6bf4d217658412041026d?s=96&d=mm&r=g\",\"caption\":\"Abhishek Singh\"},\"description\":\"I\u2019m Abhishek, a DevOps, SRE, DevSecOps, and Cloud expert with a passion for sharing knowledge and real-world experiences. I\u2019ve had the opportunity to work with Cotocus and continue to contribute to multiple platforms where I share insights across different domains: \u2022 DevOps School \u2013 Tech blogs and tutorials \u2022 Holiday Landmark \u2013 Travel stories and guides \u2022 Stocks Mantra \u2013 Stock market strategies and tips \u2022 My Medic Plus \u2013 Health and fitness guidance \u2022 TrueReviewNow \u2013 Honest product reviews \u2022 Wizbrand \u2013 SEO and digital tools for businesses I\u2019m also exploring the fascinating world of Quantum Computing.\",\"url\":\"https:\\\/\\\/www.devopsconsulting.in\\\/blog\\\/author\\\/abhishek\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Laravel Project Installation Guide - DevOps Consulting","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:\/\/www.devopsconsulting.in\/blog\/laravel-project-installation-guide\/","og_locale":"en_US","og_type":"article","og_title":"Laravel Project Installation Guide - DevOps Consulting","og_description":"Here&#8217;s the installation guide that includes the step to make sure your project files are inside the htdocs directory of XAMPP (or the corresponding directory for your...","og_url":"https:\/\/www.devopsconsulting.in\/blog\/laravel-project-installation-guide\/","og_site_name":"DevOps Consulting","article_published_time":"2025-03-06T09:14:47+00:00","article_modified_time":"2026-02-14T10:10:53+00:00","author":"Abhishek Singh","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Abhishek Singh","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.devopsconsulting.in\/blog\/laravel-project-installation-guide\/#article","isPartOf":{"@id":"https:\/\/www.devopsconsulting.in\/blog\/laravel-project-installation-guide\/"},"author":{"name":"Abhishek Singh","@id":"https:\/\/www.devopsconsulting.in\/blog\/#\/schema\/person\/fc397ba8be42f9fdd53450edfc73006f"},"headline":"Laravel Project Installation Guide","datePublished":"2025-03-06T09:14:47+00:00","dateModified":"2026-02-14T10:10:53+00:00","mainEntityOfPage":{"@id":"https:\/\/www.devopsconsulting.in\/blog\/laravel-project-installation-guide\/"},"wordCount":532,"commentCount":0,"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.devopsconsulting.in\/blog\/laravel-project-installation-guide\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.devopsconsulting.in\/blog\/laravel-project-installation-guide\/","url":"https:\/\/www.devopsconsulting.in\/blog\/laravel-project-installation-guide\/","name":"Laravel Project Installation Guide - DevOps Consulting","isPartOf":{"@id":"https:\/\/www.devopsconsulting.in\/blog\/#website"},"datePublished":"2025-03-06T09:14:47+00:00","dateModified":"2026-02-14T10:10:53+00:00","author":{"@id":"https:\/\/www.devopsconsulting.in\/blog\/#\/schema\/person\/fc397ba8be42f9fdd53450edfc73006f"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.devopsconsulting.in\/blog\/laravel-project-installation-guide\/"]}]},{"@type":"WebSite","@id":"https:\/\/www.devopsconsulting.in\/blog\/#website","url":"https:\/\/www.devopsconsulting.in\/blog\/","name":"DevOps Consulting","description":"DevOps Consulting | SRE Consulting | DevSecOps Consulting | MLOps Consulting","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.devopsconsulting.in\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.devopsconsulting.in\/blog\/#\/schema\/person\/fc397ba8be42f9fdd53450edfc73006f","name":"Abhishek Singh","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/790feefe779852cdf344ca7318bf6c13832223c9b3c6bf4d217658412041026d?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/790feefe779852cdf344ca7318bf6c13832223c9b3c6bf4d217658412041026d?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/790feefe779852cdf344ca7318bf6c13832223c9b3c6bf4d217658412041026d?s=96&d=mm&r=g","caption":"Abhishek Singh"},"description":"I\u2019m Abhishek, a DevOps, SRE, DevSecOps, and Cloud expert with a passion for sharing knowledge and real-world experiences. I\u2019ve had the opportunity to work with Cotocus and continue to contribute to multiple platforms where I share insights across different domains: \u2022 DevOps School \u2013 Tech blogs and tutorials \u2022 Holiday Landmark \u2013 Travel stories and guides \u2022 Stocks Mantra \u2013 Stock market strategies and tips \u2022 My Medic Plus \u2013 Health and fitness guidance \u2022 TrueReviewNow \u2013 Honest product reviews \u2022 Wizbrand \u2013 SEO and digital tools for businesses I\u2019m also exploring the fascinating world of Quantum Computing.","url":"https:\/\/www.devopsconsulting.in\/blog\/author\/abhishek\/"}]}},"_links":{"self":[{"href":"https:\/\/www.devopsconsulting.in\/blog\/wp-json\/wp\/v2\/posts\/2109","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.devopsconsulting.in\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.devopsconsulting.in\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.devopsconsulting.in\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.devopsconsulting.in\/blog\/wp-json\/wp\/v2\/comments?post=2109"}],"version-history":[{"count":10,"href":"https:\/\/www.devopsconsulting.in\/blog\/wp-json\/wp\/v2\/posts\/2109\/revisions"}],"predecessor-version":[{"id":4513,"href":"https:\/\/www.devopsconsulting.in\/blog\/wp-json\/wp\/v2\/posts\/2109\/revisions\/4513"}],"wp:attachment":[{"href":"https:\/\/www.devopsconsulting.in\/blog\/wp-json\/wp\/v2\/media?parent=2109"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.devopsconsulting.in\/blog\/wp-json\/wp\/v2\/categories?post=2109"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.devopsconsulting.in\/blog\/wp-json\/wp\/v2\/tags?post=2109"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}