16 Dec, 2023 · 3 min read
Bagisto is a powerful open-source eCommerce platform. Follow the steps below to install Bagisto on your server:
Make sure your server meets the following requirements:
Clone the Bagisto repository to your server:
git clone https://github.com/bagisto/bagisto.git
Navigate to the project directory and install the dependencies using Composer:
cd bagisto && composer install
Install Bagisto by running the following command:
php artisan bagisto:install
Visit your Bagisto installation in the browser and complete the installation:
https://your-domain.com
Congratulations! You have successfully installed Bagisto on your server.
Remember to explore Bagisto's rich features and customization options to tailor it to your specific needs.
If you ever encounter challenges or wish to delve deeper into Bagisto's capabilities, consult the documentation. The Bagisto community is also a valuable resource for support and insights.
Or contact our support team for further assistance.
Your eCommerce journey with Bagisto begins now. Happy selling!