myforksfiles/clipack
Commands Pack
20
| Install | |
|---|---|
composer require myforksfiles/clipack |
|
| PHP: | >=8.3 |
| License: | MIT |
| Last Updated: | May 22, 2026 |
| Links: | GitHub · Packagist |
Maintainer: myForksFiles
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: