bachphuc/shopy

shopping cart package for laravel

Installs: 4

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:CSS

dev-master 2021-07-27 07:24 UTC

This package is auto-updated.

Last update: 2024-09-27 14:19:15 UTC


README

Guide

  1. Step 1 Add ShopyServiceProvider to "providers" in app.php.

bachphuc\Shopy\Providers\ShopyServiceProvider::class,

  1. Step 2 Add ShopyFacade to "alias" in app.php

'Shopy' => bachphuc\Shopy\Facades\ShopyFacade::class,

  1. Add shopy routes into web.php

Shopy::routes(); Shopy::adminRoutes();

  1. Custom fields package: dsoft_custom_fields

dsoft_fields

  • name, field_type: text|select|multi_select

dsoft_field_items

  • item_type, item_id, field_id

components

  • form: CustomField: apply to form
  • fields_list: to display like table
  1. Product variants
  • depend on package custom fields
  • choose fields/custom field
  1. Rating/comment package dsoft_feedback