PHPackages                             echoyl/sa - 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. echoyl/sa

ActiveProject

echoyl/sa
=========

echoyl's sa

v1.1.3(1mo ago)13311MITPHPPHP ^8.0 | ^8.1 | ^8.2 | ^8.3

Since Jan 6Pushed 1mo ago1 watchersCompare

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

READMEChangelog (1)Dependencies (10)Versions (135)Used By (0)

版本
--

[](#版本)

v1.0.6 2026/01/15

安装
--

[](#安装)

```
$ laravel new example-app

$ cd example-app

#修改配置文件中 ./.env

#APP_NAME=你的项目名称如：deadmin 必须英文，生成表名使用该名称作为前缀
#DB_DATABASE=你的数据库名称如：deadmin 并创建该数据库配置数据库账号及密码
#修改文件系统类型
#FILESYSTEM_DISK=public

#修改数据库配置文件 表前缀 ./config/database.php
# 'connections.mysql.prefix'=>'la_'

$ composer require echoyl/sa

#迁移前端静态文件 及 配置文件
$ php artisan deadmin:publish --force

#如果使用的laravel版本 >= 11，还需要额外运行下列命令
$ php artisan vendor:publish --tag=sanctum-migrations

#生成基础的数据文件
$ php artisan migrate

#生成文件文件夹超链
$ php artisan storage:link
```

更新
--

[](#更新)

```
#更新拓展包
$ composer update echoyl/sa
#发布前端静态文件(强制移除旧文件)
$ php artisan deadmin:publish --update
```

因为 composer 镜像同步速度比较慢 可以手动拉取 [包源码 github 地址](https://github.com/echoyl/sa) 后覆盖 echoyl/sa 文件夹后执行上面的 php artisan deadmin:publish --update 命令覆盖 dist 文件

服务器配置
-----

[](#服务器配置)

需要在 `nginx` 服务器或 web 服务器中配置 rewrite

```
# laravel配置
location / {
    try_files $uri $uri/ /index.php?$query_string;
}
# 默认图片转发 根据配置图片size大小返回图片 可不配置
location /img {
    try_files $uri $uri/ /index.php?$query_string;
}
#后台前端配置
location /antadmin/ {
    # 用于配合 browserHistory使用
    try_files $uri $uri/index.html /antadmin/index.html;
}
```

前端
--

[](#前端)

安装完毕后 直接访问 `http://域名/antadmin`

默认账号密码 admin 123456

修改前端
----

[](#修改前端)

拉取 [deadmindev](https://github.com/echoyl/deadmindev.git) 这个前端仓库后

```
tyarn
npm run start
```

###  Health Score

54

—

FairBetter than 97% of packages

Maintenance89

Actively maintained with recent releases

Popularity16

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity86

Battle-tested with a long release history

 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 ~14 days

Total

134

Last Release

49d ago

Major Versions

v0.9.23 → v1.0.02026-01-02

PHP version history (2 changes)v0.5.2PHP ^8.0.2

v0.9PHP ^8.0 | ^8.1 | ^8.2 | ^8.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/af5d2eabdc2a803446eaa9241508939ecdd04fdf60b2c3ad17a37634a992cf58?d=identicon)[echoyl](/maintainers/echoyl)

---

Top Contributors

[![echoyl](https://avatars.githubusercontent.com/u/21699984?v=4)](https://github.com/echoyl "echoyl (124 commits)")

---

Tags

admindeadminlaravel

###  Code Quality

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/echoyl-sa/health.svg)

```
[![Health](https://phpackages.com/badges/echoyl-sa/health.svg)](https://phpackages.com/packages/echoyl-sa)
```

###  Alternatives

[knuckleswtf/scribe

Generate API documentation for humans from your Laravel codebase.✍

2.3k12.2M45](/packages/knuckleswtf-scribe)[unopim/unopim

UnoPim Laravel PIM

9.4k1.8k](/packages/unopim-unopim)[spatie/mailcoach

Self-host Mailcoach

4007.0k](/packages/spatie-mailcoach)[laravel-enso/core

Main requirement &amp; dependency aggregator for Laravel Enso

3463.6k138](/packages/laravel-enso-core)

PHPackages © 2026

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