nox0121 / laravel-env-sync-command
Laravel Command Package for .env file synchronization
Installs: 6 273
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Requires
- php: >=5.6.0
This package is auto-updated.
Last update: 2025-03-12 21:25:18 UTC
README
這個套件編寫了一個 .env 同步的 Artisan 命令,主要用來協助系統管理與設定。
安裝方式
composer require nox0121/laravel-env-sync-command
設定 app.confg (Laravel 5.5 以上版本不需設定)
'providers' => [
...
Nox0121\LaravelEnvSyncCommand\LaravelEnvSyncCommandServiceProvider::class,
...
];
支援指令如下:
php artisan env:sync {source} {destination}
- 同步 .env 設定檔。