geste/easy-command

该软件包最新版本(1.7.0)的许可证信息不可用。

基于 symfony 控制台和 laminas 容器的 gestes 命令行模板

1.7.0 2022-04-01 14:43 UTC

This package is not auto-updated.

Last update: 2024-09-28 03:12:29 UTC


README

安装

php easy

使用方法

启动/列出命令

php easy

调用命令

php easy {command [parameters]}

为个人项目配置

See config/projects.php

添加个人命令

Just see for examples in src/Command/
Add new commands in ConfigProviders with key 'commands'

使用数据库命令

Add config in config/database.php 
Rename database/{name}/
See for migration table in database/{name}/structure.sql 

作为库实现

See example in https://github.com/steltner/easy-template