LaravelPackages.net
Acme Inc.
Toggle sidebar
saberliou/whetstone

A Laravel package with console commands like `php artisan make` for generating self-defined PHP blank classes.

3.553
4
1.0.13
About saberliou/whetstone

saberliou/whetstone is a Laravel package for a laravel package with console commands like `php artisan make` for generating self-defined php blank classes.. It currently has 4 GitHub stars and 3.553 downloads on Packagist (latest version 1.0.13). Install it with composer require saberliou/whetstone. Discover more Laravel packages by saberliou or browse all Laravel packages to compare alternatives.

Last updated

Whetstone

Latest Version on Packagist Total Downloads Total Downloads Total Downloads

A Laravel package with console commands like php artisan make for generating self-defined PHP blank classes as below:

  • Helper
  • Presenter
  • Repository
  • Service
  • ViewComposer

Installation

Via Composer

$ composer require saberliou/whetstone --dev

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.

Comments