André Amorim

Crafting Web Experiences


//

Create wp-config.php file via WP-CLI

wp config create --dbname=database_name --dbuser=database_user --dbpass=database_password --dbhost=localhost

Reference: https://developer.wordpress.org/cli/commands/config/create/


Published date:

Modified date: