tp6.0 Erstellen Sie mehrere Anwendungen

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