pocky / sylius-covid
Starting point for projects powered by Sylius eCommerce.
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 10
Watchers: 3
Forks: 3
Open Issues: 7
Type:project
Requires
- php: ^7.4
- dedi/sylius-seo-plugin: ^0.4.0
- friendsofsylius/sylius-import-export-plugin: ^0.18.0
- platformsh/symfonyflex-bridge: ^2.2
- portphp/csv: ^1.1
- portphp/spreadsheet: ^1.0
- stefandoorn/sitemap-plugin: ^1.1
- sylius/customer-order-cancellation-plugin: ^1.1
- sylius/customer-reorder-plugin: ^1.1
- sylius/sylius: ~1.8.0
- symfony/dotenv: ^4.4
- symfony/flex: ^1.9
- symfony/security-csrf: ^4.0
- symfony/stopwatch: ^4.4
- symfony/twig-bundle: ^4.4
- symfony/web-profiler-bundle: ^5.0
- tilleuls/sylius-click-n-collect-plugin: ^0.2.0
Requires (Dev)
- behat/behat: ^3.7
- behat/mink-selenium2-driver: ^1.4
- dmore/behat-chrome-extension: ^1.3
- dmore/chrome-mink-driver: ^2.7
- friends-of-behat/mink: ^1.8
- friends-of-behat/mink-browserkit-driver: ^1.4
- friends-of-behat/mink-extension: ^2.4
- friends-of-behat/page-object-extension: ^0.3
- friends-of-behat/suite-settings-extension: ^1.0
- friends-of-behat/symfony-extension: ^2.1
- friends-of-behat/variadic-extension: ^1.3
- lakion/mink-debug-extension: ^1.2.3
- lchrusciel/api-test-case: ^5.0
- phpspec/phpspec: ^6.2
- phpstan/extension-installer: ^1.0
- phpstan/phpstan: 0.12.42
- phpstan/phpstan-doctrine: 0.12.19
- phpstan/phpstan-webmozart-assert: 0.12.7
- phpunit/phpunit: ^8.5
- sensiolabs/security-checker: ^6.0
- stripe/stripe-php: ^6.43
- sylius-labs/coding-standard: ^3.2
- symfony/browser-kit: ^4.4
- symfony/debug-bundle: ^4.4
- symfony/intl: ^4.4
Conflicts
- symfony/doctrine-bridge: 4.4.16
This package is auto-updated.
Last update: 2024-11-13 05:23:14 UTC
README
Sylius Covid Edition
This is Sylius Covid Edition repository for starting new projects.
Work In Progress!
Current Plugins:
- Sitemap Plugin: https://sylius.com/plugin/google-sitemaps/
- Customer Reorder Plugin: https://sylius.com/plugin/customer-reorder-plugin/
- Customer Order Cancellation Plugin: https://sylius.com/plugin/customer-order-cancellation-plugin/
- Click 'N' Collect : https://click-n-collect.shop/ (AGPL License)
- Import Export Plugin : https://sylius.com/plugin/import-export/
- Seo Plugin: https://github.com/dediagency/sylius-seo-plugin
Be fair!
This project is Open Source and use an AGPL plugin. Show us your changes and help us to build a better web.
It's also possible to help contributors with sponsoring, donations, supports and/or by purchasing service. Send us a mail if you don't know how to do that. We will happily helps you in English or French.
Automatic deployment
SymfonyCloud : SymfonyCloud is available and preconfigured for a quick start. Clone this repository and follow the official instructions
Docker installation
If you want to install the project with docker, simply follow these steps:
$ docker-compose up -d $ docker-compose exec php bin/console sylius:install --fixture-suite=covid $ docker-compose exec nodejs yarn encore production
First Run
Run bin/console sylius:install --fixture-suite=covid
Pimp it!
Logo: Updates defaults logo in assets/shop/img
directory and run yarn encore production
Sponsors
This project was made possible thanks to the support of:
Official README
About
Sylius is the first decoupled eCommerce platform based on Symfony and Doctrine. The highest quality of code, strong testing culture, built-in Agile (BDD) workflow and exceptional flexibility make it the best solution for application tailored to your business requirements. Enjoy being an eCommerce Developer again!
Powerful REST API allows for easy integrations and creating unique customer experience on any device.
We're using full-stack Behavior-Driven-Development, with phpspec and Behat
Documentation
Documentation is available at docs.sylius.com.
Installation
$ wget http://getcomposer.org/composer.phar
$ php composer.phar create-project sylius/sylius-standard project
$ cd project
$ yarn install
$ yarn build
$ php bin/console sylius:install
$ php bin/console server:start
$ open http://localhost:8000/
Troubleshooting
If something goes wrong, errors & exceptions are logged at the application level:
$ tail -f var/log/prod.log $ tail -f var/log/dev.log
If you are using the supplied Vagrant development environment, please see the related Troubleshooting guide for more information.
Contributing
Would like to help us and build the most developer-friendly eCommerce platform? Start from reading our Contribution Guide!
Stay Updated
If you want to keep up with the updates, follow the official Sylius account on Twitter and like us on Facebook.
Bug Tracking
If you want to report a bug or suggest an idea, please use GitHub issues.
Community Support
Have a question? Join our Slack or post it on StackOverflow tagged with "sylius". You can also join our group on Facebook!
MIT License
Sylius is completely free and released under the MIT License.
Authors
Sylius was originally created by Paweł Jędrzejewski. See the list of contributors from our awesome community.