Skip to content
This repository was archived by the owner on Oct 7, 2024. It is now read-only.

Soluwire/Solucommerce

Repository files navigation

Solucommerce

Solucommerce is a free open-source e-commerce platform written in PHP based on Laravel. Solucommerce utilizes composer so please ensure you have it installed.

  • Super lightweight e-commerce platform
  • Stripe integration for taking payments.
  • Uses tailwindcss for responsive and rapid development
  • User information encrypted
  • Uses Google structured data where possible

Setup

  • run composer install inside the directory

env

  • Go into your project folder and rename .env.example to .env
  • Run php artisan key:generate via cmd/bash etc.
  • Open the .env file and edit it to suit your needs,

DB migration

  • Ensure you have added your DB host, name,user and password to the .env file
  • Run php artisan migrate

Login

  • Visit your domain : example.com/admin
  • Login with the defaults : admin@domain.com : admin
  • Once logged in feel free to add products and product variations.

Authors

  • Jack Bayliss, 2020

License

Solucommerce is completely free to use (MIT license)

Notes

  • You can only add products with variants as of 28/02/2020, singular products are not programmed.
  • Currently WIP

About

Free, lightweight e-commerce platform built in PHP using Laravel.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published