Add documentation on the README with steps to get a full wordpress installation after the composer command ## Install wordpress - fill .env - salts ? - `wp db create` - `wp core install` - `wp core install --url="URL" --title="TITLE" --admin_user="ADMIN_USER" --admin_email="ADMIN_MAIL"` ## Activate plugins - `wp plugin activate classic-editor` - `wp plugin activate advanced-custom-fields-pro` - ... - tip: `wp plugin list` to view all plugins names ...
Add documentation on the README with steps to get a full wordpress installation after the composer command
Install wordpress
wp db createwp core installwp core install --url="URL" --title="TITLE" --admin_user="ADMIN_USER" --admin_email="ADMIN_MAIL"Activate plugins
wp plugin activate classic-editorwp plugin activate advanced-custom-fields-prowp plugin listto view all plugins names...