myForksFiles / clipack

Laravel CLI commands tools pack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

clipack

Laravel CLI commands tools pack

Installation

Via Composer

$ composer require myforksfiles/clipack dev-master

Then add the service provider in config/app.php:

MyForksFiles\CliPack\CliPackServiceProvider::class,

Available commands

New

Command:

#save message
$ php artisan clipack:devlog "message"

#last 10 messages
$ php artisan clipack:devlog

#all messages
$ php artisan clipack:devlog --all

Result: cli table view

Remarks:

About

Laravel CLI commands tools pack

License:Other


Languages

Language:PHP 100.0%