Simple PHP / Symphony Ecommerce website with Stripe Payment.
Features:
- add products
- modify banners
- top products
- handle users
- carriers
- categories
- orders
- Symfony 7.4
- Easy Admin
- Twig
- Bootstrap
- Stripe
- Mailjet
composer installDatabase:
DATABASE_URL="mysql://user_name:password@127.0.0.1:3306/database_name?serverVersion=mariadb-10.3.25"
APP_ENV=devSync metadata:
php bin/console doctrine:migrations:sync-metadata-storageClear cache:
php bin/console cache:clearsymfony serveIndividual tests
php bin/phpunit tests/[FILENAME].php