Crud : Create Read Update Delete user
- PHP 8.2
- Symfony 6.4
- Apache 2.4
- MySQL 5.7
- Composer 2
git clone https://github.com/Jonathanlight/project-docker-symfony.git
$ cd project-docker-symfony
cd docker/etc/apache/ssl/
openssl req -x509 -out server.crt -keyout server.key \
-newkey rsa:2048 -nodes -sha256 \
-subj '/CN=localhost' -extensions EXT -config <( \
printf "[dn]\nCN=localhost\n[req]\ndistinguished_name = dn\n[EXT]\nsubjectAltName=DNS:localhost\nkeyUsage=digitalSignature\nextendedKeyUsage=serverAuth")
$ make docker-run
$ make docker-exec apache bash
$ composer install
$ php bin/console doctrine:migrations:migrate
- g2r developpeur