PHP code example of bogdaan / php-template
1. Go to this page and download the library: Download bogdaan/php-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/ */
bogdaan / php-template example snippets
bash
# case a
$ composer create-project bogdaan/php-template project
# case b
$ git clone [email protected]:Bogdaan/php-template.git project && cd $_ && rm -rf .git && git init