saberliou/whetstone

:description

Downloads

1066

Stars

3

Version

1.0.13

Whetstone

Latest Version on Packagist Total Downloads Total Downloads Total Downloads

A Laravel plugin package to include self-defined php artisan make commands for creating blank ToolBox classes as below.

  • Helper
  • Presenter
  • Repository
  • Service
  • ViewComposer

Installation

Via Composer

$ composer require saberliou/whetstone

Usage

$ php artisan vendor:publish --provider="saberLiou\Whetstone\WhetstoneServiceProvider"

to decide the directory path of carved class by the namespace.

Commands

$ php artisan carve:helper
$ php artisan carve:presenter
$ php artisan carve:repository
$ php artisan carve:service
$ php artisan carve:view-composer

Change log

Please see the changelog for more information on what has changed recently.

Contributing

Please see contributing.md for details and a todolist.

Security

If you discover any security related issues, please email [email protected] instead of using the issue tracker.

Credits

License

MIT. Please see the license file for more information.

saberLiou

Author

saberLiou