PHPackages                             atindia/laravel-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. [File &amp; Storage](/categories/file-storage)
4. /
5. atindia/laravel-backup

ActiveLibrary[File &amp; Storage](/categories/file-storage)

atindia/laravel-backup
======================

We provide functionality to perform full backups of the Laravel application, including database backups, file backups.

v1.0.3(2y ago)011Blade

Since May 3Pushed 2y ago1 watchersCompare

[ Source](https://github.com/astridtechnology/laravel-backup)[ Packagist](https://packagist.org/packages/atindia/laravel-backup)[ RSS](/packages/atindia-laravel-backup/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (4)Dependencies (1)Versions (5)Used By (0)

[![Latest Version on Packagist](https://camo.githubusercontent.com/4401094ae6f4bb986b0f8720a54a3368de228b5fc2d83c1082592ca432754c23/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f617374726964746563686e6f6c6f67792f6c61726176656c2d6261636b75703f7374796c653d666f722d7468652d6261646765)](https://github.com/astridtechnology/laravel-backup)[![License](https://camo.githubusercontent.com/cfc43e8e6d055fa5dc3205ea992234f90b466f89d9605efa9afccd2a1f32d0f4/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f617374726964746563686e6f6c6f67792f6c61726176656c2d6261636b75703f7374796c653d666f722d7468652d6261646765)](https://tldrlegal.com/license/mit-license)[![Total Downloads](https://camo.githubusercontent.com/e9848db84bc6015089fb9a798a89490c792b5b2b513500c1b966945147975e84/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f617374726964746563686e6f6c6f67792f6c61726176656c2d6261636b75703f7374796c653d666f722d7468652d6261646765)](https://github.com/astridtechnology/laravel-backup)

Laravel Backup
==============

[](#laravel-backup)

Laravel Backup offers a comprehensive solution for managing backups within your Laravel application, streamlining the process with ease.

[![](https://camo.githubusercontent.com/8f202221577c3c89d8f2a1b75b109d76773ecd6a0bfc370994bf2257fdb4b86e/68747470733a2f2f617374726964746563686e6f6c6f67792e636f6d2f77702d636f6e74656e742f75706c6f6164732f323032342f30352f6c61726176656c2d6261636b75702e676966)](https://astridtechnology.com/wp-content/uploads/2024/05/laravel-backup.gif)

Installation
------------

[](#installation)

Before installing this package, please ensure you have installed and configured the prerequisite package [spatie/laravel-backup](https://packagist.org/packages/spatie/laravel-backup):

```
composer require spatie/laravel-backup

```

To integrate Laravel Backup into your project, execute the following Composer command:

```
composer require atindia/laravel-backup

```

Configuration
-------------

[](#configuration)

In earlier versions of Laravel, providers were typically registered in the config/app.php file. However, with the evolution of Laravel 11.x and beyond, many configurations have been relocated to the /bootstrap directory.

In Laravel 11.x and later, the bootstrap/providers.php file returns an array containing all the providers that will be registered in your application. To include the Laravel Backup provider, add the following line to this array:

```
AstridTechnology\LaravelBackup\Providers\AstridBackupServiceProvider::class,

```

Generate the configuration file by running:

```
php artisan vendor:publish --provider="AstridTechnology\LaravelBackup\Providers\AstridBackupServiceProvider" --tag="config"

```

In the newly created config/projectbackup.php file, specify authorized email addresses to control route access:

```
return [
    'authorized_emails' => ['example@test.com']
];

```

Access Panel Route
------------------

[](#access-panel-route)

You can access the backup panel via the following route:

```
http://yourdomain.com/backup-panel

```

### License

[](#license)

The MIT License (MIT). Please see [License](LICENSE.md) File for more information

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity44

Maturing project, gaining track record

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

Total

4

Last Release

739d ago

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[knplabs/gaufrette

PHP library that provides a filesystem abstraction layer

2.5k39.8M123](/packages/knplabs-gaufrette)[google/cloud-storage

Cloud Storage Client for PHP

34390.8M125](/packages/google-cloud-storage)[illuminate/filesystem

The Illuminate Filesystem package.

15261.6M2.6k](/packages/illuminate-filesystem)[superbalist/flysystem-google-storage

Flysystem adapter for Google Cloud Storage

26320.6M30](/packages/superbalist-flysystem-google-storage)[shuvroroy/filament-spatie-laravel-backup

This plugin is built on top of Spatie's Laravel-backup package

268356.4k6](/packages/shuvroroy-filament-spatie-laravel-backup)[creocoder/yii2-flysystem

The flysystem extension for the Yii framework

2931.7M62](/packages/creocoder-yii2-flysystem)

PHPackages © 2026

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