loft39/conduit-project
最新稳定版本:1.0.1
Composer 安装命令:
composer create-project loft39/conduit-project
包简介
Barebones project for the Conduit PHP framework.
README 文档
README
conduit-project is a barebones project structure for the Conduit PHP framework.
Installation
Requirements
- Composer
- Apache2, NGINX, or any other server that features URL rewriting.
- PHP 8.1 or newer
PDOextension for Database support (optional)
The easiest (and recommended) way to get started for local development with Conduit, is using DDEV. Read more about Docker/DDEV installation over at the DDEV docs.
Installing with Composer
Run create-project to create a new local Conduit project in the HelloWorld directory:
composer create-project loft39/conduit-project HelloWorld
This will clone the repo and run composer install automatically. It'll then run the ddev config wizard to set up
your local environment. The defaults are fine (unless you want to specify a different project name), so just press
enter until you see Configuration complete., then move to the project directory and run ddev start to start the app.
cd HelloWorld
ddev start
统计信息
- 总下载量: 10
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-04-28