davidkrenekcz/product

Product module for Asgard CMS

Installs: 22

Dependents: 0

Suggesters: 0

Security: 0

Type:asgard-module

dev-master 2018-01-07 15:37 UTC

This package is auto-updated.

Last update: 2024-04-10 20:52:42 UTC


README

Installation

Composer requirement

composer require davidkrenekcz/product

Package migrations

php artisan module:migrate Product

Frontend views

You can either use your own views for frontend pages or you can use the default ones located in Product/Resources/views/frontend. If you wish to use your own, they must be placed in root views folder in folder products. There are currently two frontend views: overview.blade (with $products variable) and detail.blade (with $product variable).