GetCandy is a set of Laravel packages that bring functionality akin to Shopify and other e-commerce platforms to Laravel. You have complete freedom to create your own storefront(s), but we've already done the hard work for you in the backend.
This repository serves as a monorepo for the main packages that make up GetCandy.
- PHP ^8.0
- Laravel 8+
- MySQL 5.7+ / PostgreSQL 9.2+
- Full documentation - Includes in-depth guides on everything GetCandy
- Join our discord server and chat to the developers and people using GetCandy.
- We have a roadmap where we will be detailing which features are next.
The admin hub provided to enable you to manage your store via a modern interface. You can manage all aspects of your store including products, orders, staff members etc. It's built on using Laravel livewire and can be extended to meet each of your stores requirements.
The core GetCandy package, this provides all the things needed for your store to function. This is where all the models, actions and utilities live and is required by the admin hub.
GetCandy is open-sourced software licensed under the MIT license.