- Step 1 Add ShopyServiceProvider to "providers" in app.php.
bachphuc\Shopy\Providers\ShopyServiceProvider::class,
- Step 2 Add ShopyFacade to "alias" in app.php
'Shopy' => bachphuc\Shopy\Facades\ShopyFacade::class,
- Add shopy routes into web.php
Shopy::routes();
Shopy::adminRoutes();
- Custom fields package: dsoft_custom_fields
- name, field_type: text|select|multi_select
- item_type, item_id, field_id
- form: CustomField: apply to form
- fields_list: to display like table
- Product variants
- depend on package custom fields
- choose fields/custom field
- Rating/comment package dsoft_feedback