2017 © Pedro Peláez
 

library laravel-utility-command

Laravel Utility Command Package

image

nox0121/laravel-utility-command

Laravel Utility Command Package

  • Wednesday, April 25, 2018
  • by nox0121
  • Repository
  • 1 Watchers
  • 0 Stars
  • 174 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 8 Versions
  • 23 % Grown

The README.md

Laravel Utility Command

這個套件集合了許多有用的 Artisan 命令,主要用來協助系統管理與設定。, (*1)

目前包含了以下套件:, (*2)

安裝方式

composer require nox0121/laravel-utility-command, (*3)

設定 app.confg (Laravel 5.5 以上版本不需設定)

'providers' => [
    ...
    Nox0121\LaravelEnvSyncCommand\LaravelEnvSyncCommandServiceProvider::class,
    Nox0121\LaravelUtilityCommand\LaravelUtilityCommandServiceProvider::class,
    ...
];

支援指令如下:

  1. php artisan server:initial - 初始化資料庫且執行 migration 和 ReleaseSeeder。
  2. php artisan server:optimize - 優化系統設定。 (包含 route/api/config cache)
  3. php artisan server:no-optimize - 移除優化系統設定。 (包含 route/api/config cache)
  4. php artisan db:create - 建立資料庫。
  5. php artisan env:sync {source} {destination} - 同步 .env 設定檔。

The Versions

25/04 2018

dev-master

9999999-dev

Laravel Utility Command Package

  Sources   Download

MIT

The Requires

 

by Nox Wang

database laravel mysql

25/04 2018

2.0.2

2.0.2.0

Laravel Utility Command Package

  Sources   Download

MIT

The Requires

 

by Nox Wang

database laravel

13/02 2018

2.0.1

2.0.1.0

Laravel Utility Command Package

  Sources   Download

MIT

The Requires

 

by Nox Wang

database laravel

13/02 2018

2.0.0

2.0.0.0

Laravel Utility Command Package

  Sources   Download

MIT

The Requires

 

by Nox Wang

database laravel

14/11 2017

1.0.3

1.0.3.0

Laravel Utility Command Package

  Sources   Download

MIT

The Requires

 

by Nox Wang

laravel mysql

14/11 2017

1.0.2

1.0.2.0

Laravel Utility Command Package

  Sources   Download

MIT

The Requires

 

by Nox Wang

laravel mysql

25/10 2017

1.0.1

1.0.1.0

Laravel Utility Command Package

  Sources   Download

MIT

The Requires

 

by Nox Wang

laravel mysql

25/10 2017

1.0.0

1.0.0.0

Laravel Utility Command Package

  Sources   Download

MIT

The Requires

 

by Nox Wang

laravel mysql