pauldro/minicli-v1-app
Composer 安装命令:
composer require pauldro/minicli-v1-app
包简介
README 文档
README
Template for cli apps using minicli
Script file
./minicli is the base file that the app will run through, rename it what you'd like your base command to be called, make file executable using chmod
chmod +x {script}
.env Environment Variables
Set up your Environment by setting Variables in the .env file Look at the .env-example file for variables that should be set
install.sh
Set up server environment by running this shell script as root
Setup PHP CLI environment
-
Run
ln -s /usr/bin/php /usr/bin/phpclifor default php OR Runln -s /usr/bin/php72 /usr/bin/phpclifor php 7.2 -
Then in the scripts update
/usr/php/clito/usr/bin/phpcli
统计信息
- 总下载量: 8
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2025-09-26