项目作者: yappkahowe

项目描述 :
Additional Laravel Artisan commands that I often needed.
高级语言: PHP
项目地址: git://github.com/yappkahowe/artisan.git
创建时间: 2017-10-16T08:02:04Z
项目社区:https://github.com/yappkahowe/artisan

开源协议:MIT License

下载


Artisan

Latest Version on Packagist
Total Downloads
Software License

Additional Laravel Artisan commands that I often needed.

Downloading

Via composer:

  1. $ composer require yappkahowe/artisan

Registering the service provider

If you’re using Laravel 5.5, you can skip this step. The service provider will have already been registered
thanks to auto-discovery.

Otherwise, register YappKaHowe\Artisan\ServiceProvider::class manually in your config/app.php

  1. 'providers' => [
  2. // Other service providers...
  3. YappKaHowe\Artisan\ServiceProvider::class,
  4. ],

Usage

If you now run php artisan you will see two new commands in the list:

  • db:reseed
  • db:truncate

Contributing

All contributions (in the form on pull requests, issues and feature-requests) are welcome.

License

yappkahowe/artisan is licenced under the MIT License (MIT). Please see the
license file for more information.