多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
### :-: 第一步:thinkphp6.0正式版安装 `composer create-project topthink/think=6.0.0 tp` ***** * [ ] *在根目录下生成一个tp文件夹,thinkphp6并下载到了tp文件中* ``` - Installing topthink/think (v6.0.0): Downloading (100%) 9 Created project in tp 10 Loading composer repositories with package information 11 Updating dependencies (including require-dev) 12 Package operations: 14 installs, 0 updates, 0 removals 13 - Installing psr/container (1.0.0): Downloading (100%) 14 - Installing topthink/think-helper (v3.1.3): Downloading (100%) 15 - Installing psr/log (1.1.0): Downloading (100%) 16 - Installing psr/simple-cache (1.0.1): Downloading (100%) 17 - Installing topthink/think-orm (v2.0.27): Downloading (100%) 18 - Installing symfony/polyfill-php72 (v1.12.0): Downloading (100%) 19 - Installing symfony/polyfill-mbstring (v1.12.0): Downloading (100%) 20 - Installing symfony/var-dumper (v4.3.5): Downloading (100%) 21 - Installing opis/closure (3.4.1): Downloading (100%) 22 - Installing psr/cache (1.0.1): Downloading (100%) 23 - Installing league/flysystem (1.0.57): Downloading (100%) 24 - Installing league/flysystem-cached-adapter (1.0.9): Downloading (100%) 25 - Installing topthink/framework (v6.0.0): Downloading (100%) 26 - Installing topthink/think-trace (v1.2): Downloading (100%) 27 symfony/var-dumper suggests installing ext-intl (To show region name in time zone dump) 28 symfony/var-dumper suggests installing symfony/console (To use the ServerDumpCommand and/or the bin/var-dump-server script) 29 league/flysystem suggests installing league/flysystem-eventable-filesystem (Allows you to use EventableFilesystem) 30 league/flysystem suggests installing league/flysystem-rackspace (Allows you to use Rackspace Cloud Files) 31 league/flysystem suggests installing league/flysystem-azure (Allows you to use Windows Azure Blob storage) 32 league/flysystem suggests installing league/flysystem-webdav (Allows you to use WebDAV storage) 33 league/flysystem suggests installing league/flysystem-aws-s3-v2 (Allows you to use S3 storage with AWS SDK v2) 34 league/flysystem suggests installing league/flysystem-aws-s3-v3 (Allows you to use S3 storage with AWS SDK v3) 35 league/flysystem suggests installing spatie/flysystem-dropbox (Allows you to use Dropbox storage) 36 league/flysystem suggests installing srmklive/flysystem-dropbox-v2 (Allows you to use Dropbox storage for PHP 5 applications) 37 league/flysystem suggests installing ext-ftp (Allows you to use FTP server storage) 38 league/flysystem suggests installing league/flysystem-sftp (Allows you to use SFTP server storage via phpseclib) 39 league/flysystem suggests installing league/flysystem-ziparchive (Allows you to use ZipArchive adapter) 40 league/flysystem-cached-adapter suggests installing ext-phpredis (Pure C implemented extension for PHP) 41 Writing lock file 42 Generating autoload files 43 > @php think service:discover 44 Succeed! 45 > @php think vendor:publish 46 Succeed! ``` * [ ] 出现在以上代码,说明你以下载成功!