tulparstudyo/sw-techie

Aimeos sw-techie extension

Installs: 5

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:aimeos-extension

v1.0.1 2021-03-03 10:39 UTC

This package is auto-updated.

Last update: 2024-04-29 04:40:35 UTC


README

Setup

composer.json

"require": {
    ...
    "tulparstudyo/sw-techie": "^1.0"
}
"autoload": {
    "files": [
        ...
        "ext/sw-techie/helper/theme_helper.php"
    ]
}
"scripts": {
    "post-update-cmd": [
        ...
        "Swordbros\\Techie::composerUpdate",
        "@php artisan migrate --path=ext/sw-techie/lib/custom/setup/options"
    ]
}

config/shop.php

'client' => [
    ...
    'common' => [
        'baseurl' =>  'packages/swordbros/shop/themes/techie/' ,
        'template' => [
            'baseurl' => 'packages/swordbros/shop/themes/techie',
        ],
    ]
],