安裝指引¶
CodeIgniter4可以透過多種方式安裝:手動安裝、 Composer 安裝,或是使用 Git 安裝,選擇最適合你的方式。
- 如果你希望以 CodeIgniter3 聞名的:「下載後直接執行」這種安裝方式,請選擇手動安裝。
- 如果你的專案預期會使用多種不同的程式庫,並打算透過 PHP Composer 進行管理,那麼我們建議你使用 Composer 佈署 CodeIgniter4 環境。
- Composer 安裝
- 手動安裝
- 執行你的應用程式
- 從舊版升級
- Upgrading from 4.1.4 to 4.1.5
- Upgrading from 4.1.3 to 4.1.4
- Upgrading from 4.1.2 to 4.1.3
- Upgrading from 4.1.1 to 4.1.2
- 從 4.0.5 升級至 4.1.0 或 4.1.1
- 從 4.0.4 升級至 4.0.5
- 從 4.0.X 升級至 4.0.4
- 從 3.x 升級至 4.x
- Upgrade Models
- Upgrade Views
- Upgrade Controllers
- Upgrade Configuration
- Upgrade Database
- Upgrade Emails
- Upgrade Encryption
- Upgrade Working with Uploaded Files
- Upgrade HTML Tables
- Upgrade Localization
- Upgrade Migrations
- Upgrade Pagination
- Upgrade HTTP Responses
- Upgrade Routing
- Upgrade Security
- Upgrade Sessions
- Upgrade Validations
- Upgrade View Parser
- 故障排除
- CodeIgniter 儲存庫
不論你使用哪一種安裝方式佈署 CodeIgniter4 ,你都可以線上閱讀 中文使用手冊 。
備註
在使用 CodeIgniter 4 之前,請確定你所運行的環境符合我們的 系統需求 ,特別是最低 PHP 版本以及啟用對應的 PHP 擴充模組。比如說:在 php.ini
中取消掉 curl 和 intl 的註解才能啟用這些擴充模組。