PHPackages                             wanghouting/laravel-admin-backup - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. wanghouting/laravel-admin-backup

ActiveTools[Utility &amp; Helpers](/categories/utility)

wanghouting/laravel-admin-backup
================================

a backup extension for laravel-admin

v1.0.3(6y ago)22611MITPHPPHP ^7.0.3

Since Jul 26Pushed 6y agoCompare

[ Source](https://github.com/wanghouting/laravel-admin-backup)[ Packagist](https://packagist.org/packages/wanghouting/laravel-admin-backup)[ RSS](/packages/wanghouting-laravel-admin-backup/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (2)Versions (5)Used By (1)

laravel 备份扩展
------------

[](#laravel-备份扩展)

### 安装

[](#安装)

1. composer:

    ```
    composer require wanghouting/lt-dev-tools

    ```
2. 初始化

    - 如果之前没有安装laravel-admin,需要先执行

    ```
    php artisan vendor:publish --provider="Encore\Admin\AdminServiceProvider"

    php artisan admin:install

    ```

    ```
    php artisan ltbackup:install

    ```
3. 添加定时任务

    修改app/Console/kernel.php,在schedule里面增加

    ```
    $schedule->command('ltbackup:backup --all')->everyMinute();
    $schedule->command('ltbackup:clear')->dailyAt('1:00');

    ```

    最后在cron中加入 ，注意修改“/path-to-your-project/artisan” 为你的项目下artisan路径

    ```
    * * * * * php /path-to-your-project/artisan schedule:run >> /dev/null 2>&1

    ```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 69.2% 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 ~91 days

Total

4

Last Release

2205d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0a35f6a2cb4ad6958877e4b546a24de75b6561d94ec25b9c5fac509c0e58effd?d=identicon)[wanghouting](/maintainers/wanghouting)

---

Top Contributors

[![wanghouting123](https://avatars.githubusercontent.com/u/20196935?v=4)](https://github.com/wanghouting123 "wanghouting123 (18 commits)")[![wanghouting](https://avatars.githubusercontent.com/u/11710486?v=4)](https://github.com/wanghouting "wanghouting (8 commits)")

### Embed Badge

![Health badge](/badges/wanghouting-laravel-admin-backup/health.svg)

```
[![Health](https://phpackages.com/badges/wanghouting-laravel-admin-backup/health.svg)](https://phpackages.com/packages/wanghouting-laravel-admin-backup)
```

###  Alternatives

[laravel-admin-ext/helpers

Helpers extension for laravel-admin

136285.0k8](/packages/laravel-admin-ext-helpers)[laravel-admin-ext/scheduling

Task scheduling extension for laravel-admin

93247.1k6](/packages/laravel-admin-ext-scheduling)[laravel-admin-ext/chartjs

Use Chartjs in laravel-admin

102180.6k1](/packages/laravel-admin-ext-chartjs)[laravel-admin-ext/config

Config extension for laravel-admin

97180.2k5](/packages/laravel-admin-ext-config)[laravel-admin-ext/china-distpicker

Distpicker extension for laravel-admin

13443.9k](/packages/laravel-admin-ext-china-distpicker)[laravel-admin-ext/backup

Backup extension for laravel-admin

7671.6k6](/packages/laravel-admin-ext-backup)

PHPackages © 2026

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