- PHP 8.3
- Wordpress
- Apache 2.4
- MySQL 5.7
- Composer 2
git clone git@github.com:Jonathanlight/bedrock_wordpress.git
$ cd bedrock_wordpress
$ https://roots.io/bedrock/docs/installation/
$ composer create-project roots/bedrock your-project-folder-name
# or start docker containers
$ make docker-run
# install dependencies
$ make docker-exec apache bash
$ composer install
server running on http://localhost:8000
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 phpstan
make php-cs-fixer