Online shop for wedding invitations & gadgets.
You can use this repository as a starting point for your own PHP/Symfony application.
- PHP 8.1
- Symfony 5.4
- Docker
- Doctrine Migrations and Extensions
- Encore Webpack with Node.js 16
- Thumbnails with LiipImagineBundle
- Image upload with VichUploaderBundle
- Symfony Mailer, Mailcatcher
- Sentry
- PayU
- Google Merchant Center products export
- Schema.org for products and pages
- PHPUnit
- PHPStan
make run
- start the application with Docker Composemake stop
- stop all containersmake shell
- open the shell on the PHP containermake test
,make phpcs
,make phpstan
(aftermake shell
) - tests and code analysis