2017 © Pedro Peláez
 

library laravel-env-sync-command

Laravel Command Package for .env file synchronization

image

nox0121/laravel-env-sync-command

Laravel Command Package for .env file synchronization

  • Tuesday, February 13, 2018
  • by nox0121
  • Repository
  • 1 Watchers
  • 0 Stars
  • 170 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 24 % Grown

The README.md

Laravel Command Package for .env file synchronization

這個套件編寫了一個 .env 同步的 Artisan 命令,主要用來協助系統管理與設定。, (*1)

安裝方式

composer require nox0121/laravel-env-sync-command, (*2)

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

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

支援指令如下:

  1. php artisan env:sync {source} {destination} - 同步 .env 設定檔。

參考來源

The Versions

13/02 2018

dev-master

9999999-dev

Laravel Command Package for .env file synchronization

  Sources   Download

MIT

The Requires

  • php >=5.6.0

 

by Nox Wang

laravel env synchronization

13/02 2018

2.0.0

2.0.0.0

Laravel Command Package for .env file synchronization

  Sources   Download

MIT

The Requires

  • php >=5.6.0

 

by Nox Wang

laravel env synchronization

25/10 2017

1.0.0

1.0.0.0

Laravel Command Package for .env file synchronization

  Sources   Download

MIT

The Requires

  • php >=5.6.0

 

by Nox Wang

laravel env synchronization