PHP code example of ianmustafa / diy-php-framework

1. Go to this page and download the library: Download ianmustafa/diy-php-framework 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/ */

    

ianmustafa / diy-php-framework example snippets

bash
     $ composer create-project ianmustafa/diy-php-framework --prefer-dist ./lokasi/folder/proyek/diy-php-framework
     
bash
     $ git clone https://github.com/ianmustafa/diy-php-framework.git ./lokasi/folder/proyek/diy-php-framework