tp6.0 创建多个应用

composer require topthink/think-multi-app
# 创建应用模块 如:admin
php think build admin

# 创建控制器 如:Ad
php think make:controller Ad

# 创建模型 如:User
php think make:model User

猜你喜欢

转载自blog.csdn.net/qq_34861341/article/details/127593310