PHP code example of esquire900 / yii2-giiant-twig

1. Go to this page and download the library: Download esquire900/yii2-giiant-twig 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/ */

    

esquire900 / yii2-giiant-twig example snippets

 $form = ActiveForm::begin(['id' => 'contact-form']); 
 ActiveForm::end();