๐Ÿ“ฆ Pierstoval / dtr-test

โ˜… 0 stars โ‘‚ 0 forks ๐Ÿ‘ 0 watching โš–๏ธ Other
๐Ÿ“ฅ Clone https://github.com/Pierstoval/dtr-test.git
HTTPS git clone https://github.com/Pierstoval/dtr-test.git
SSH git clone git@github.com:Pierstoval/dtr-test.git
CLI gh repo clone Pierstoval/dtr-test
Alex Rock Alex Rock Merge pull request #1 from Pierstoval/dependabot/composer/lchrusciel/api-test-case-5.3.5 413d9a6 6 days ago ๐Ÿ“ History
๐Ÿ“‚ main View all commits โ†’
๐Ÿ“ .github
๐Ÿ“ .platform
๐Ÿ“ assets
๐Ÿ“ bin
๐Ÿ“ config
๐Ÿ“ etc
๐Ÿ“ features
๐Ÿ“ migrations
๐Ÿ“ public
๐Ÿ“ src
๐Ÿ“ templates
๐Ÿ“ tests
๐Ÿ“ themes
๐Ÿ“ translations
๐Ÿ“„ .babelrc
๐Ÿ“„ .dockerignore
๐Ÿ“„ .editorconfig
๐Ÿ“„ .env
๐Ÿ“„ .env.prod
๐Ÿ“„ .env.test
๐Ÿ“„ .env.test_cached
๐Ÿ“„ .gitignore
๐Ÿ“„ .node-version
๐Ÿ“„ .php-version
๐Ÿ“„ .platform.app.yaml
๐Ÿ“„ behat.yml.dist
๐Ÿ“„ compose.yml
๐Ÿ“„ composer.json
๐Ÿ“„ composer.lock
๐Ÿ“„ CONFLICTS.md
๐Ÿ“„ ecs.php
๐Ÿ“„ Makefile
๐Ÿ“„ package.json
๐Ÿ“„ phpstan.dist.neon
๐Ÿ“„ phpunit.xml.dist
๐Ÿ“„ README.md
๐Ÿ“„ rector.php
๐Ÿ“„ symfony.lock
๐Ÿ“„ webpack.config.js
๐Ÿ“„ README.md

Sylius Logo.

Sylius Standard Edition

This is Sylius Standard Edition repository for starting new projects.

About

Sylius is the first decoupled eCommerce framework 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 Behat

Documentation

Documentation is available at docs.sylius.com.

Installation

Traditional

$ 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
$ symfony serve
$ open http://localhost:8000/

For more detailed instruction please visit installation chapter in our docs.

Docker

Development

Make sure you have installed Docker on your local machine. Execute make init in your favorite terminal and wait some time until the services will be ready. Then enter localhost in your browser or execute open localhost in your terminal.

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

Contributing

Would like to help us and build the most developer-friendly eCommerce framework? 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

Get Sylius support on Slack, Forum or Stack Overflow.

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.