Skip to content

Before You Start

Welcome to the Bagisto development journey! This guide will help you prepare your development environment and understand the foundational knowledge needed to work effectively with Bagisto, a powerful Laravel-based e-commerce platform.

Whether you're planning to customize an existing store, build new features, or contribute to the community, having the right setup and background knowledge will set you up for success.

Getting Ready for Bagisto

To work efficiently with Bagisto (especially the latest versions), having a basic understanding of certain concepts will help you learn faster and customize with confidence.

🐘 PHP Basics and Best Practices

⚡ Key Laravel Knowledge for Bagisto

🎨 Helpful Extras for Advanced Customization

🔗 Learn and Connect

💡 Pro Tip

You can start with Bagisto even as a beginner, but familiarity with Laravel and Vue.js will make your development process much smoother.

System Requirements

Before diving into Bagisto development, ensure your system meets these requirements:

🖥️ Server Configuration

  • Server: Apache 2 or NGINX
  • RAM: 4GB or higher
  • Node: 23.10.0 LTS or higher
  • PHP: 8.2 or higher
  • Composer: 2.5 or higher

🧩 PHP Extensions

  • php-intl: Required for internationalization support
  • php-gd: Essential for image processing and manipulation
  • Other standard Laravel extensions: Check via php -m command

⚙️ PHP Configuration

Key settings in your php.ini:

ini
memory_limit = 4G
max_execution_time = 360
date.timezone = Asia/Kolkata  # Change to your timezone

🗄️ Database

  • MySQL: Version 8.0.32 or higher
  • Collation: utf8mb4_unicode_ci (recommended)

Quick Check

Run php -v and composer --version to verify your PHP and Composer versions meet the requirements.

Released under the MIT License.