Download the PHP package f-oris/easy-console without Composer
On this page you can find all versions of the php package f-oris/easy-console. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package easy-console
Foris/Easy/Console
基于Laravel artisan框架提取的简易终端交互扩展包
安装使用
环境要求
>=php-5.5
通过composer
安装
基本用法
1. 准备工作
通过composer引入扩展包后,在项目带埋目录创建一个Console
目录,里面创建一个子文件夹Commands
,一个Application.php
类文件,同时在项目根目录创建一个入口文件,如命名为artisan
,各文件相关内容如下
-- Application.php文件内容
-- artisan 文件内容
创建完毕后,项目的主要相关目录结构如下
app为composer.json文件中,根命名空间对应的文件目录
2. 创建自定义命令
在项目根目录下,通过扩展包自带指令make:command
,创建一个自定义命令HelloCommand
命令创建完毕后,在src/Commands
目录找到HelloCommand.php
文件,以在控制台输出Hello world
为例,编写业务代码代码,代码如下
返回到项目根目录下,执行命令php artisan hello
即可在终端输出文字内容Hello world
License
MIT License
Copyright (c) 2019-present F.oris [email protected]
All versions of easy-console with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.5
ext-json Version *
symfony/console Version ^3.0|^4.0|^5.0
f-oris/easy-support Version ^2.0
ext-json Version *
symfony/console Version ^3.0|^4.0|^5.0
f-oris/easy-support Version ^2.0
The package f-oris/easy-console contains the following files
Loading the files please wait ....