Create a custom user management and show userId to checkout that user is updated in the second form submit.
- PHP 8.2.3
- Symfony 6.
Windows:
docker/install.bat
Linux/Unix:
docker/install.sh
This will install docker stack for environment, including apache, mysql, php8, postgres.
To run docker container for app/php:
docker/docker_run.sh
Once in the php container:
To install symfony project and init database.
make install
To start symfony serve instance
make run
App can be tested in:
http://127.0.0.1:8082/user
php ./vendor/bin/phpunit
composer stan
composer cs