PHP code example of andrelohmann-silverstripe / framework-errorpage-patch

1. Go to this page and download the library: Download andrelohmann-silverstripe/framework-errorpage-patch 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/ */

    

andrelohmann-silverstripe / framework-errorpage-patch example snippets



    "scripts": {
        "post-install-cmd": [
            "cp vendor/andrelohmann-silverstripe/framework-errorpage-patch/* -r framework/"
        ],
        "post-update-cmd": [
            "cp vendor/andrelohmann-silverstripe/framework-errorpage-patch/* -r framework/"
        ]
    },