PHP code example of chstudio / wordpress-project
1. Go to this page and download the library: Download chstudio/wordpress-project library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
chstudio / wordpress-project example snippets
yml
path: public/wp-cms
color: true
core install:
title: "WordPress Project !"
url: http://wordpress-project.dev
admin_user: stephane
admin_email: [email protected]
core config:
dbuser: root
dbpass: mypass
dbname: my_database
extra-php: |
define( 'WP_DEBUG', true );
define( 'WP_POST_REVISIONS', 50 );