安装及配置
首页访问 http://192.168.64.2/basic/web/
调试器 http://192.168.64.2/basic/web/index.php?r=debug
gii快速开发 http://192.168.64.2/basic/web/index.php?r=gii
访问遇到权限
错误提示: “The directory is not writable by the Web process: {$this->basePath}”
chmod -R 755 文件夹
创建数据库 yii2basic
创建数据表 t_books
创建字段
访问 http://192.168.64.2/01/web/index.php?r=books
接口: