PHP code example of projector22 / lourie-basic-framework
1. Go to this page and download the library: Download projector22/lourie-basic-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/ */
projector22 / lourie-basic-framework example snippets
/**
* @since LRS 3.25.0 <- LRS version
* @since LBF 0.1.0 <- LBF version
*/
use LBF\HTML\HTML;
HTML::div( ['class' => 'example'] );
// ... Other code
HTML::close_div();