Download the PHP package max26292/shopware-storefront without Composer
On this page you can find all versions of the php package max26292/shopware-storefront. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package shopware-storefront
Storefront Component
The Storefront component is a frontend for Shopware\Core written in PHP.
This repository is considered read-only. Please send pull requests to our main Shopware\Core repository.
Getting started
To compile the assets (scss/javascript) you have to run the webpack compiler.
This is easily done by executing the following commands in the shopware root folder via the psh.phar
.
- storefront:dev Builds the project for development
- storefront:hot Starts the hot module reloading server
- storefront:hot-proxy Same as hot, but starts a proxy server with live reload without the need to change twig paths
- storefront:install Installs the node.js dependencies
- storefront:build Builds the project for production
For example:
It's recommended to use the storefront:hot-proxy
command when developing, so the files will be compiled as soon as they change.
It's also possible to use the webpack-dev-server with hot module reloading (HMR) activated.
To be able to use HMR you have to run the command storefront:hot
and set the isHMRMode
variable,
located in platform/src/Storefront/Resources/views/storefront/base.html.twig
, to true.
Resources
All versions of shopware-storefront with dependencies
cocur/slugify Version 4.0.0
doctrine/dbal Version ~2.13.8
meyfa/php-svg Version ~0.11.3
padaliyajay/php-autoprefixer Version 1.3
scssphp/scssphp Version 1.10.0
shopware/core Version v6.4.14.0
symfony/cache Version ~5.4.0
symfony/cache-contracts Version 2.2.0
symfony/config Version ~5.4.0
symfony/console Version ~5.4.1
symfony/dependency-injection Version ~5.4.1
symfony/event-dispatcher Version ~5.4.0
symfony/event-dispatcher-contracts Version 2.2.0
symfony/framework-bundle Version ~5.4.1
symfony/http-foundation Version ~5.4.1
symfony/http-kernel Version ~5.4.2
symfony/mime Version ~5.4.0
symfony/polyfill-php80 Version ~1.23.1
symfony/routing Version ~5.4.0
symfony/security-core Version ~5.4.0
symfony/security-csrf Version ~5.4.0
symfony/service-contracts Version 2.2.0
symfony/validator Version ~5.4.1
true/punycode Version 2.1.1
twig/intl-extra Version ~3.3.5
twig/string-extra Version ~3.3.5
twig/twig Version ~3.3.8