LaravelPackages.net
Acme Inc.
Toggle sidebar
nox0121/laravel-env-sync-command

Laravel Command Package for .env file synchronization

7.104
0
2.0.0
About nox0121/laravel-env-sync-command

nox0121/laravel-env-sync-command is a Laravel package for laravel command package for .env file synchronization. It currently has 0 GitHub stars and 7.104 downloads on Packagist (latest version 2.0.0). Install it with composer require nox0121/laravel-env-sync-command. Discover more Laravel packages by nox0121 or browse all Laravel packages to compare alternatives.

Last updated

Laravel Command Package for .env file synchronization

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

安裝方式

composer require nox0121/laravel-env-sync-command

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

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

支援指令如下:

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

參考來源

Comments