Test sample for an e-commerce web application.
- PHP 7.1.3 or higher;
- PDO-SQLite PHP extension enabled;
- and the usual Symfony application requirements.
git clone https://github.com/Antoine87/symfony-ecommerce.git
cd symfony-ecommerce
composer install
yarn
yarn run dev
php bin/console server:run