PHP code example of zhamao / framework-starter
1. Go to this page and download the library: Download zhamao/framework-starter 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/ */
zhamao / framework-starter example snippets
bash
runtime/bin/php -v # 查看 PHP 版本
runtime/bin/php vendor/bin/start server # 运行框架,也可运行其他 PHP 脚本