博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Thinkphp 笔记
阅读量:722 次
发布时间:2019-03-21

本文共 347 字,大约阅读时间需要 1 分钟。

Thinkphp 笔记

安装Composer

更换源

composer config -g repo.packagist composer https://packagist.phpcomposer.com

更换TP源

composer config -g repo.packagist composer https://mirrors.aliyun.com/composer/

创建项目

composer create-project topthink/think=5.1.* tp5

启动内置服务器的指令

php think run

生成模块

php think build --module test

生成控制器

php think make:controller admin/Login

转载地址:http://xqrez.baihongyu.com/

你可能感兴趣的文章