myforksfiles/clipack

Laravel commands pack

dev-master / 0.1.x-dev 2018-11-15 21:07 UTC

This package is not auto-updated.

Last update: 2024-03-16 23:42:04 UTC


README

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: