PHPackages                             nox0121/laravel-utility-command - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Database &amp; ORM](/categories/database)
4. /
5. nox0121/laravel-utility-command

ActiveLibrary[Database &amp; ORM](/categories/database)

nox0121/laravel-utility-command
===============================

Laravel Utility Command Package

3.0.0(5y ago)06.9kMITPHPPHP &gt;=5.6.0

Since Oct 25Pushed 5y ago1 watchersCompare

[ Source](https://github.com/nox0121/laravel-utility-command)[ Packagist](https://packagist.org/packages/nox0121/laravel-utility-command)[ RSS](/packages/nox0121-laravel-utility-command/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (8)Dependencies (1)Versions (9)Used By (0)

Laravel Utility Command
=======================

[](#laravel-utility-command)

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

目前包含了以下套件：

- [EnvSync Command](https://github.com/nox0121/laravel-env-sync-command)

### 安裝方式

[](#安裝方式)

`composer require nox0121/laravel-utility-command`

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

[](#設定-appconfg-laravel-55-以上版本不需設定)

```
'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 設定檔。

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~153 days

Recently: every ~262 days

Total

8

Last Release

2051d ago

Major Versions

1.0.3 → 2.0.02018-02-13

2.0.2 → 3.0.02020-09-29

### Community

Maintainers

![](https://www.gravatar.com/avatar/1dbd32a2374852eeda67f2996878655bd5aa9c9a4d7b2f4cd7cb82a469e932f0?d=identicon)[nox0121](/maintainers/nox0121)

---

Top Contributors

[![nox0121](https://avatars.githubusercontent.com/u/8230591?v=4)](https://github.com/nox0121 "nox0121 (8 commits)")

---

Tags

laraveldatabase

### Embed Badge

![Health badge](/badges/nox0121-laravel-utility-command/health.svg)

```
[![Health](https://phpackages.com/badges/nox0121-laravel-utility-command/health.svg)](https://phpackages.com/packages/nox0121-laravel-utility-command)
```

###  Alternatives

[nunomaduro/laravel-optimize-database

Publishes migrations that make your database production ready.

26123.0k](/packages/nunomaduro-laravel-optimize-database)[hpolthof/laravel-translations-db

A database translations implementation for Laravel 5.

545.8k](/packages/hpolthof-laravel-translations-db)[cubettech/lacassa

Cassandra based query builder for laravel.

358.5k](/packages/cubettech-lacassa)[codengine/laravel-custom-migrations

Custom Migrations for Laravel

131.3k](/packages/codengine-laravel-custom-migrations)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
