Laravel Command Package for .env file synchronization
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
這個套件編寫了一個 .env 同步的 Artisan 命令,主要用來協助系統管理與設定。
composer require nox0121/laravel-env-sync-command
'providers' => [
...
Nox0121\LaravelEnvSyncCommand\LaravelEnvSyncCommandServiceProvider::class,
...
];
php artisan env:sync {source} {destination} - 同步 .env 設定檔。