tp5 1的安裝與執行流程

2022-02-04 04:28:12 字數 959 閱讀 4700

今天安裝tp5.1的時候出現問題,我這裡使用的是將tp直接解壓縮後放在專案裡面,結果提示下面的錯誤:

warning: require(d:\workspace\zhiyuedu\vendor/topthink/think-helper/src/helper.php): failed to open stream: no such file or directory ind:\workspace\zhiyuedu\thinkphp\library\think\loader.phpon line676

fatal error: require(): failed opening required 『d:\workspace\zhiyuedu\vendor/topthink/think-helper/src/helper.php』 (include_path=』c:\xampp\php\pear』) ind:\workspace\zhiyuedu\thinkphp\library\think\loader.phpon line676

後來閱讀了官方文件後才發現,需要使用git或者composer來安裝

這裡使用的是windows下的composer安裝

步驟如下:

使用cmd進入命令介面

輸入命令:

composer config -g repo.packagist composer 

接著切換到你的目標目錄

輸入命令:

tp5 1學習之安裝

會自動建立乙個名為tp5的資料夾 可以自己隨意改 prefer dist 表示的是轉殖壓縮包,而不是源 composer create project prefer dist topthink think 5.1.tp5 配置虛擬主機執行tp框架 我這裡推薦用的是xampp,phpstudy感覺很不...

TP5 1驗證器的使用

首先是驗證層的定義 use think validate class user extends validate 這是一種比較典型的使用驗證層的方法 還有就是一種資料驗證 use think validate class user extends validate 當然在任何時候都可以在contro...

tp5 1最新的類庫使用規則

use think controller use think request class api 配置不要鑑權的方法白名單 if in array this request controller this request action strtolower this request method c...