Download the PHP package shopware/storefront without Composer
On this page you can find all versions of the php package shopware/storefront. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package 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 composer
.
You can also run the unit tests and code-style fixers via composer
scripts.
composer build:js:storefront
Builds the project for production and re-compiles the themecomposer watch:storefront
Runs the webpack development server and starts a proxy server with live reloadcomposer init:js
Installs the node.js dependenciescomposer eslint:storefront
Code-style checks for all Storefront JS/TS filescomposer ludtwig:storefront
Code-style checks for all Storefront twig files using ludtwigcomposer storefront:unit
Launches the jest unit test-suite for the Storefrontcomposer storefront:unit:watch
Launches the interactive jest unit test-suite watcher for the Storefrontcomposer stylelint:storefront
Code-style checks for all Storefront SCSS files using stylelint
For example:
It's recommended to use the composer watch:storefront
command when developing, so the files will be compiled as soon as they change.
Resources
All versions of storefront with dependencies
cocur/slugify Version ^4.3.0
doctrine/dbal Version ^3.9
meyfa/php-svg Version ^0.14.0
padaliyajay/php-autoprefixer Version ^1.4
scssphp/scssphp Version v1.12.0
shopware/core Version v6.6.7.1
symfony/cache Version ~7.1.1
symfony/cache-contracts Version ~3.5.0
symfony/config Version ~7.1.1
symfony/console Version ~7.1.1
symfony/dependency-injection Version ~7.1.1
symfony/event-dispatcher Version ~7.1.1
symfony/event-dispatcher-contracts Version ~3.5.0
symfony/framework-bundle Version ~7.1.1
symfony/http-foundation Version ~7.1.1
symfony/http-kernel Version ~7.1.1
symfony/mime Version ~7.1.1
symfony/routing Version ~7.1.1
symfony/security-core Version ~7.1.1
symfony/service-contracts Version ~3.5.0
symfony/validator Version ~7.1.1
twig/intl-extra Version ^3.10.0
twig/string-extra Version ^3.10.0
twig/twig Version ^3.14.0