2017 © Pedro Peláez
 

library laravel-commands

there are some laravel-commands

image

limingxinleo/laravel-commands

there are some laravel-commands

  • Friday, November 4, 2016
  • by limingxinleo
  • Repository
  • 1 Watchers
  • 1 Stars
  • 37 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 8 Versions
  • 0 % Grown

The README.md

laravel-commands laravel的命令扩展 适用于5.2.* 版本

使用composer下载扩展包

composer limingxinleo/laravel-commands

修改Kernel

在app/Console/Kernel.php的$commands数组中增加一下value, (*1)

Commands\CreateAjaxCommand::class       make:limx-ajax              新建AjaxResponseService
Commands\PackageCommand::class          make:limx-package           打包项目
Commands\CreateHelperCommand::class     make:limx-helper            新建HelperService
Commands\CreatePssCommand::class        make:limx-pss               新建PwdSetService
Commands\CreateWidgetCommand::class     make:limx-widget            新建WidgetService
Commands\CreateServiceCommand::class    make:limx-service {name}    新建服务和静态代理

使用方法

AjaxResponseService

  • 命令行运行 php artisan make:limx-ajax
  • 在config/app.php的aliases数组中增加 'Ajax' => App\Facades\AjaxResponseFacade::class
  • 控制器中使用 return \Ajax::success($data);

PackageCommand

  • 命令行运行 php artisan make:limx-package
  • 维护config/data/package.php
  • 再次运行 php artisan make:limx-package

CreateServiceCommand

  • 命令行运行 php artisan make:limx-service YourServceName
  • 在config/app.php的aliases数组中增加 'YourServceName' => App\Facades\YourServceName::class

The Versions

04/11 2016

dev-master

9999999-dev

there are some laravel-commands

  Sources   Download

MIT

The Requires

 

04/11 2016

1.1.6

1.1.6.0

there are some laravel-commands

  Sources   Download

MIT

The Requires

 

04/11 2016

1.1.5

1.1.5.0

there are some laravel-commands

  Sources   Download

MIT

The Requires

 

03/11 2016

1.1.4

1.1.4.0

there are some laravel-commands

  Sources   Download

MIT

The Requires

 

10/10 2016

1.1.3

1.1.3.0

there are some laravel-commands

  Sources   Download

MIT

The Requires

 

10/09 2016

1.1.2

1.1.2.0

there are some laravel-commands

  Sources   Download

MIT

The Requires

 

06/09 2016

1.1.1

1.1.1.0

there are some laravel-commands

  Sources   Download

MIT

The Requires

 

05/09 2016

1.0.0

1.0.0.0

there are some laravel-commands

  Sources   Download

MIT

The Requires