Bagisto is an open-source eCommerce platform developed for the purpose of building cutting-edge online stores. This tutorial will guide you on how to install Bagisto on Windows 10 machine.
Before proceeding with the installation of Bagisto:
Follow the steps given below to install Bagisto on your Windows 10 machine:
htdocs
folder of your XAMPP installation directory. The default location is C:\xampp\htdocs
.Next, you need to install the dependencies required by Bagisto. Follow the steps given below to install the dependencies:
cd
command, i.e., cd C:/xampp/htdocs/bagisto
.composer install
vendor
folder in your Bagisto folder.Now, we need to configure the database for Bagisto to work. Follow the steps given below to configure the database:
http://localhost/phpmyadmin/
. .env
file located in the Bagisto folder..env
file, update the database configuration details to match your newly created database:DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=your_database_name
DB_USERNAME=root
DB_PASSWORD=
.env
file.Run the following command to generate the key for your Bagisto application:
php artisan key:generate
Next, we need to migrate the required tables to our database. Follow the steps given below to run the migration:
php artisan migrate
Finally, let's test if our application is running correctly. Follow the steps given below to run the application:
cd
command, i.e., cd C:/xampp/htdocs/bagisto
.php artisan serve
http://localhost:8000/
. You should now see the Bagisto installation page.Congratulations! You have successfully installed Bagisto on your Windows 10 machine.
If you want to self-host in an easy, hands free way, need an external IP address, or simply want your data in your own hands, give IPv6.rs a try!
Alternatively, for the best virtual desktop, try Shells!