aaronneondigital/storefront

Storefront that links to getcandy 2 api

dev-master 2022-04-04 10:36 UTC

This package is auto-updated.

Last update: 2024-05-04 15:15:00 UTC


README

Aaronneondigital\Storefront is a service that provides a GetCandy2 Storefront to a fresh application in laravel. We use a variety of packages, but this is a GetCandy2 addon, and wont work with any other e-commerce platform.

Tailwind, AlpineJS, Livewire GetCandy2 are some of the packages required to install this application.

GetCandy

GetCandy have awesome documentations which can be viewed at: GetCandy Documentation GetCandy provides a explicit framework aimed and building e-commerce applications, it utilises laravel to get the best results whilst doing most of the work for you.

Storefront publishables

Aaronneondigital\Storefront has publishables, which allow you to easily change and update files at your own leisure. By entering the command below, you can publish the public files.

php artisan vendor:publish --tag=storefront-public

Publish Views

php artisan vendor:publish --tag=storefront-views

Publish components

php artisan vendor:publish --tag=storefront-view-components

Feature home page

The feature home page displays particular collection items, these collections are selected in storefront settings located on the GetCandy hub. at first, no collections will be available upon installing GetCandy and collections must be added, via <your-site>/hub/collection-groups and product must then be associated to those collections.

Settings options