1. ThinkPHP ???
2017? 4? 27? ThinkPHP5.1-beta.1? ???????
2017? 12? 31? ThinkPHP5.1.0? ???? ?? ??? ??? ??????.
2019? 3? 3? ThinkPHP5.1? 35?? ??(5.1.35)?? ?????????
2019? 3? 22? ThinkPHP5.2 ?? ??? ???????
?? ?? ??? ?? ??? ????????. ?? ??? ?? ??? ????
?? ???? ?? ????????. ???? ? ?? ThinkPHP5.2? ?? ????!
?? ?? : ThinkPHP5.2? ?? ???????. ThinkPHP6.0?? ??? ???????.
2. ?? ?? ? ?? ??
PHP7 ??? ?? ?? ??? ???? ??
?? ?? PSR? ???? ?????. ?? ??
?? ?????? ?? ??
??? ??? ?? ??? ???? ??
??? ?????? ??? ????
?? ??? ??? ??, ?? ??? ???? ??
IDE ??? , ??? ??? ????? ?? ???? ???
PHP 7.1+
?? ?? ?? ??? ThinkPHP5.1?? ?? ??????? ? ?? ????? ?? ?? ????? ???? ????
?? ThinkPHP6.0(?? TP6)??? ?? ?????? ???????
??? ????? ? ???? 30828.htmlGit ????:
http://ipnx.cn/tool/git/
??? ????? ?? ??? ?????? ?? ?? ????? ???? ????? ???? Composer
?????4. Composer ???? ? ??4.1 Mac / Linux
// 1. 下載composer.phar: curl -sS https://getcomposer.org/installer | php // 2. 將 composer 命令移動(dòng)到bin目錄,使之全局可用 mv composer.phar /usr/local/bin/composer
MacOS 10.14, user/local/bin ??? ???? ??? ???? ???? ???
// 3. 設(shè)置中國(guó)全量鏡像,提升訪問(wèn)速度 composer config -g repo.packagist composer https://packagist.phpcomposer.com // 如果上面錯(cuò)誤存在問(wèn)題,請(qǐng)使用這個(gè)鏡像地址 composer config -g repo.packagist composer https://packagist.laravel-china.org
4.2 Windows
https://www.phpcomposer.com/ ??: setup.exe ???? ????? ?????.
4.3 ???????
composer ??? ?????. ?? ???? ???? ??? ????? ?????
4.4 ???? ??
composer selfupdate // 終端執(zhí)行該命令將composer更新到最新版
5. TP6 ????? ?? ?? ????
(1) Composer ?? ????? ???:https://www.phpcomposer.com/
?? ??? ??? ???. ???? https://packagist.org/
?? ??? topthink? ???? ThinkPHP ?????? ??? ?? ?? ???? ??? ?????
Open ? ? ThinkPHP6.0
??? ????? ?? ?? ???? ??? ??? ????.
// 打開(kāi)終端,執(zhí)行指令: composer create-project topthink/think tp6 6.0.*-dev /** * 指令中各個(gè)參數(shù)的解釋: * `create-project`: 是composer中的項(xiàng)目創(chuàng)建命令 * `topthink/think`: ThinkPHP的組件包 * `tp6`: 是當(dāng)前的項(xiàng)目目錄(如果沒(méi)有創(chuàng)建, 該命令會(huì)自動(dòng)創(chuàng)建的) * `6.0.*-dev`: 要下載的版本標(biāo)簽 */ // 以下是源碼的下載中的提示信息 Installing topthink/think (6.0.x-dev 9ea8d9fd39a1aac440fd355cf8b4361130267bce) - Installing topthink/think (6.0.x-dev 9ea8d9f): Cloning 9ea8d9fd39 - Installing topthink/think (6.0.x-dev 9ea8d9f): Downloading (100%) Created project in tp Loading composer repositories with package information Updating dependencies (including require-dev) Package operations: 9 installs, 0 updates, 0 removals - Installing topthink/think-installer (v2.0.0): Downloading (100%) - Installing opis/closure (3.1.6): Downloading (100%) - Installing psr/simple-cache (1.0.1): Downloading (100%) - Installing psr/log (1.1.0): Downloading (100%) - Installing psr/container (1.0.0): Downloading (100%) - Installing psr/cache (1.0.1): Downloading (100%) - Installing topthink/framework (6.0.x-dev e9af162): Downloading (100%) - Installing topthink/think-template (v2.0.1): Downloading (100%) - Installing topthink/think-view (v1.0.5): Downloading (100%) Writing lock file Generating autoload files > @php think service:discover Succeed! > @php think vendor:publish Succeed!
????? ??? ? ???? ????? ??, ?? ?? tp6? ?? ?? ???? ??? ? ? ????.
6. ????? ???
??? ??? ?????? ?? ?? ?? ???
? ??? ??? ?????. ?? ? ???? php -S localhost:8000
? ??? ??? ????. ??? ??? ??? ????.
// 1. 打開(kāi)終端工具, 切換到當(dāng)前的Web目錄下面 // 2. 進(jìn)入tp6項(xiàng)目目錄 cd tp6 // 3. 創(chuàng)建本地服務(wù)器, 啟動(dòng)框架 php think run // 提示用戶在本機(jī)的8000商品開(kāi)啟了一個(gè)Web服務(wù) ThinkPHP Development server is started On <http://127.0.0.1:8000/> You can exit with `CTRL-C`
???? ?? ????? ?? ?? ????
127.0.0.1: 8000 ?? localhost:8000 ? ???? ?? ?????? ?????.
?????. ThinkPHP6 ?????? ????? ???????~~
?? TinkPHP6? ???? ?????? ?? ??? ?????? ??? ?????: http:/ /ipnx.cn/xiazai/code/5685
?? ?? ?? ??:
1.ThinkPHP6.0 ???? ?? ???? ???? ??? ??? ?? ???????
歡迎選擇我的課程,讓我們一起見(jiàn)證您的進(jìn)步~~
tp6 ??? ???? Excel? ??? ? ????. ?? ??? ??? ? ????? ??? ????? ???? ????? ???? ???
?? PHP ????? ??? ?????? ?? ?? ??? ??? Zhu ???? ??? ?? ? ?? ??? ???? ????
? ?? ?? ? ????
?? Composer? ??? ???? ??? ???? ???!
PHP? ???? ??? ????? ?? ??? ??? ?? ? ?? ??? ?????. ?? ?????? ?????????? ? ??? ??? ?? ? ????~~
??? ThinkPHP6 ?????, ?? ??. ?????? ??? ?????, ?? ?? ?????(?: laravel) ??? ???? ???? ?? ?? ???? ?????? ??? ???? ? ????~~
php ?? ?????? ThinkPHP6? ?? ??? ??? ????? ??? ?????. ???? ??? ?? ??? ??? ?? ?? ??? ?????. ? ? ???? ? ?? ??? ?????