All Projects → spatie → Laravel Backup

spatie / Laravel Backup

Licence: mit
A package to backup your Laravel app

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to Laravel Backup

Backup Manager
Database backup manager for dumping to and restoring databases from S3, Dropbox, FTP, SFTP, and Rackspace Cloud
Stars: ✭ 1,589 (-66.56%)
Mutual labels:  database, backup, laravel
Backup
MySQL Database backup package for Laravel
Stars: ✭ 66 (-98.61%)
Mutual labels:  database, backup, laravel
Gobackup
🗄 Simple tool for backup your databases, files to FTP / SCP / S3 storages.
Stars: ✭ 472 (-90.07%)
Mutual labels:  backup, devops
laravel-backup-shield
🔒Password protection (and encryption) for your laravel backups.
Stars: ✭ 32 (-99.33%)
Mutual labels:  backup, zip
Lnmp
💻 🐳 🐘 🐬 🐧 🚀 Start Docker LNMP(LEMP) In less than 2 minutes Powered by Docker Compose. 让 PHP 开发者快速(一键)搭建基于容器技术(Docker、Kubernetes)的开发、测试、生产(CI/CD by Drone)环境.
Stars: ✭ 341 (-92.82%)
Mutual labels:  laravel, devops
Libarchive
Multi-format archive and compression library
Stars: ✭ 1,625 (-65.8%)
Mutual labels:  zip, backup
Laravel Zip Validator
Laravel ZIP file content validator
Stars: ✭ 120 (-97.47%)
Mutual labels:  zip, laravel
Cdk Constructs
A collection of higher-level aws cdk constructs: slack-approval-workflow, #slack & msteams notifications, chatops, blue-green-container-deployment, codecommit-backup, OWASP dependency-check, contentful-webhook, github-webhook, stripe-webhook, static-website, pull-request-check, pull-request-approval-rule, codepipeline-merge-action, codepipeline-check-parameter-action...
Stars: ✭ 282 (-94.07%)
Mutual labels:  backup, devops
Townhouse
A multi-tenant Laravel app for listing property rentals
Stars: ✭ 218 (-95.41%)
Mutual labels:  database, laravel
Cipi
An Open Source Control Panel for your Cloud! Deploy and manage LEMP apps in one click!
Stars: ✭ 376 (-92.09%)
Mutual labels:  laravel, devops
Uniquewith Validator
Custom Laravel Validator for combined unique indexes
Stars: ✭ 352 (-92.59%)
Mutual labels:  database, laravel
Closuretable
Adjacency List’ed Closure Table database design pattern implementation for the Laravel framework.
Stars: ✭ 391 (-91.77%)
Mutual labels:  database, laravel
Laravel Database Encryption
A package for automatically encrypting and decrypting Eloquent attributes in Laravel 5.5+, based on configuration settings.
Stars: ✭ 238 (-94.99%)
Mutual labels:  database, laravel
Liquibase
Main Liquibase Source
Stars: ✭ 2,910 (-38.76%)
Mutual labels:  database, devops
kirby-backup-widget
Kirby panel widget to easily backup your site content.
Stars: ✭ 25 (-99.47%)
Mutual labels:  backup, zip
Laravel World
provide countries, states, and cities relations and database.
Stars: ✭ 222 (-95.33%)
Mutual labels:  database, laravel
Takeoff
A rapid development environment using docker for convenience.
Stars: ✭ 271 (-94.3%)
Mutual labels:  database, devops
Lada Cache
A Redis based, fully automated and scalable database cache layer for Laravel
Stars: ✭ 424 (-91.08%)
Mutual labels:  database, laravel
Laravel Translatable
[Deprecated] A Laravel package for multilingual models
Stars: ✭ 1,974 (-58.46%)
Mutual labels:  database, laravel
Laravel Migrate Fresh
An artisan command to build up a database from scratch
Stars: ✭ 179 (-96.23%)
Mutual labels:  database, laravel

Social Card of Laravel Activity Log

A modern backup solution for Laravel apps

Latest Stable Version MIT Licensed GitHub Tests Action Status Quality Score Total Downloads

This Laravel package creates a backup of your application. The backup is a zip file that contains all files in the directories you specify along with a dump of your database. The backup can be stored on any of the filesystems you have configured in Laravel.

Feeling paranoid about backups? No problem! You can backup your application to multiple filesystems at once.

Once installed taking a backup of your files and databases is very easy. Just issue this artisan command:

php artisan backup:run

But we didn't stop there. The package also provides a backup monitor to check the health of your backups. You can be notified via several channels when a problem with one of your backups is found. To avoid using excessive disk space, the package can also clean up old backups.

Support us

We invest a lot of resources into creating best in class open source packages. You can support us by buying one of our paid products.

We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on our contact page. We publish all received postcards on our virtual postcard wall.

Installation and usage

This package requires PHP 8.0 and Laravel 8.0 or higher. You'll find installation instructions and full documentation on https://spatie.be/docs/laravel-backup.

Using an older version of PHP / Laravel?

If you are on a PHP version below 8.0 or a Laravel version below 8.0 just use an older version of this package.

Read the extensive documentation on version 3, on version 4, on version 5 and on version 6. We won't introduce new features to v6 and below anymore but we will still fix bugs.

Testing

Run the tests with:

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security-related issues, please email [email protected] instead of using the issue tracker.

Postcardware

You're free to use this package, but if it makes it to your production environment we highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using.

Our address is: Spatie, Kruikstraat 22, 2018 Antwerp, Belgium.

We publish all received postcards on our company website.

Credits

And a special thanks to Caneco for the logo

License

The MIT License (MIT). Please see License File for more information.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].