inachisphp/inachis
Composer 安装命令:
composer create-project inachisphp/inachis
包简介
A basic framework for use in producing simple post/page driven websites
README 文档
README
ianchis is a framework for creating simple websites in PHP using symfony such as a blog.
Requirements
- PHP 8.3 or above
- Optional: ImageMagick with libheif (for HEIC -> JPEG conversions)
Installation
- Download a release package, and extract on your intended server
- Import dev/install/inachis.sql into your DBMS
- Add database connection settings to
.env.local.phpandINACHIS_MASTER_KEY, defined byphp -r "echo 'base64:' . base64_encode(random_bytes(32)) . PHP_EOL;" - Run ```bash APP_ENV=prod APP_DEBUG=0 composer install --no-dev --optimize-autoloader --no-interaction npm install npm run build rm -rf {node_modules,dev}
5. [Create your first administrator](https://github.com/inachisphp/inachis/wiki/Configuration#create-you-first-administrator) and sign-in
统计信息
- 总下载量: 16
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 9
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: proprietary
- 更新时间: 2025-04-03