siripravi / luya-module-shopcart
Luya module for Shopcart
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:luya-module
README
File has been created with module/create
command.
Installation
In order to add the modules to your project go into the modules section of your config:
return [ 'modules' => [ // ... 'cartfrontend' => [ 'class' => 'siripravi\shopcart\frontend\Module', 'useAppViewPath' => true, ], 'cartadmin' => 'siripravi\shopcart\admin\Module', // ... ], ];