File tree Expand file tree Collapse file tree
src/Resources/public/administration Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11/.php-cs-fixer.cache
22/composer.lock
33/vendor
4+ /src /Resources /public /
5+ /src /Resources /app /administration /node_modules /
Original file line number Diff line number Diff line change 3636
3737 ./bin/console system:install --basic-setup --create-database --drop-database
3838
39+ ./bin/console system:config:set core.frw.completedAt '2019-10-07T10:46:23+00:00'
40+
3941 ./bin/console framework:demodata --products 300
4042 ./bin/console dal:refresh:index
4143
4850 mv "$TMP_DIR" "custom/plugins/$EXTENSION_NAME"
4951
5052 shopware-cli extension prepare "custom/plugins/$EXTENSION_NAME"
53+ shopware-cli extension build "custom/plugins/$EXTENSION_NAME"
5154 command : docker ps && sleep 2 && ./bin/console sales-channel:update:domain $(gp url 8000 | awk -F[/:] '{print $4}') && symfony server:start --port 8000 -d
5255
5356ports :
Original file line number Diff line number Diff line change @@ -34,6 +34,8 @@ The current feature set consists of:
3434
3535### Git
3636- Clone this repository into custom/plugins of your Shopware 6 installation
37+ - Install composer dependencies ` shopware-cli extension prepare custom/plugins/FroshTools `
38+ - Build the assets with ` shopware-cli extension build custom/plugins/FroshTools `
3739
3840### Store (Bearer token required from packages.shopware.com)
3941 composer require store.shopware.com/froshtools
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments