PHP code example of phile-cms / phile

1. Go to this page and download the library: Download phile-cms/phile 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/ */

    

phile-cms / phile example snippets


composer 
shell
composer create-project --no-dev phile-cms/phile;
cd Phile;
php -S localhost:8080;