PHP code example of joachim-n / drupal-core-development-project

1. Go to this page and download the library: Download joachim-n/drupal-core-development-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/ */

    

joachim-n / drupal-core-development-project example snippets


bootstrap="web/core/tests/bootstrap.php"

	sites/default/settings.php
	vendor

cd web && patch -p1 <../scaffold/scaffold-patch-index-php.patch
cd web && patch -p1 <../scaffold/scaffold-patch-update-php.patch