davidkrenekcz / product
Product module for Asgard CMS
dev-master
2018-01-07 15:37 UTC
Requires
- php: >=5.6
- composer/installers: ~1.0
- idavoll/core-module: >=2.0
Requires (Dev)
- orchestra/testbench: 3.*
- phpunit/phpunit: >=5.7
This package is auto-updated.
Last update: 2024-10-10 22:03:21 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).