allincart / storefront
Storefront for Allincart
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Language:JavaScript
Requires
- php: ~8.2.0 || ~8.3.0 || ~8.4.0
- allincart/core: *
- cocur/slugify: ^4.3.0
- doctrine/dbal: ^4.2
- meyfa/php-svg: ^0.14.0
- scssphp/scssphp: v1.12.0
- symfony/cache: ~7.2.0
- symfony/cache-contracts: ~3.5.0
- symfony/config: ~7.2.0
- symfony/console: ~7.2.0
- symfony/dependency-injection: ~7.2.0
- symfony/event-dispatcher: ~7.2.0
- symfony/event-dispatcher-contracts: ~3.5.0
- symfony/framework-bundle: ~7.2.0
- symfony/http-foundation: ~7.2.0
- symfony/http-kernel: ~7.2.0
- symfony/messenger: ~7.2.0
- symfony/mime: ~7.2.0
- symfony/routing: ~7.2.0
- symfony/security-core: ~7.2.0
- symfony/service-contracts: ~3.5.0
- symfony/validator: ~7.2.0
- twig/intl-extra: ^3.10.0
- twig/string-extra: ^3.10.0
- twig/twig: ^3.19.0
Requires (Dev)
- phpunit/phpunit: ^11.5.17
- symfony/css-selector: ~7.2.0
This package is auto-updated.
Last update: 2025-05-03 15:26:47 UTC
README
The Storefront component is a frontend for Allincart\Core written in PHP.
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 allincart 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:
$ composer build:js:storefront