Skip to content

myForksFiles/clipack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages