PHP code example of webkadiz / php-lite-template
1. Go to this page and download the library: Download webkadiz/php-lite-template 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/ */
webkadiz / php-lite-template example snippets
composer create-project webkadiz/php-lite-template <your dir>
php composer.phar create-project webkadiz/php-lite-template <your dir>
php init