Skip to content

steltner/easy-command

Repository files navigation

easy command

Install

php easy

Usage

Start/List Commands

php easy

Call command

php easy {command [parameters]}

Configure for own projects

See config/projects.php

Add own commands

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

Use database command

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

Implementation as library

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published