myforksfiles/clipack

Laravel commands pack

Installs: 20

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 1

pkg:composer/myforksfiles/clipack

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

This package is not auto-updated.

Last update: 2025-10-12 08:04:24 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: