Storee is a simple e-commerce website featuring a cart and a complete payment system using Stipe Payments.
- Symfony 5
- Bootstrap 4
- Composer
-
Set .env variables in a .env.local file
-
Run commands:
composer install -n
- Update src/Config.php
- Clear cache on prod:
cache:clear --env=prod --no-debug