PHP code example of php-forge / baseline
1. Go to this page and download the library: Download php-forge/baseline 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/ */
php-forge / baseline example snippets
bash
composer json
{
"hp-forge/baseline": "^0.1"
}
}
json
{
"config": {
"allow-plugins": {
"yii2-extensions/scaffold": true
}
},
"extra": {
"scaffold": {
"auto": false,
"allowed-packages": ["php-forge/baseline"]
}
}
}