/home/techb158/ileadtechnology.com/vendor/spatie/laravel-backup/docs
NameSizeModeActions
advanced-usage/-0755rm
cleaning-up-old-backups/-0755rm
monitoring-the-health-of-all-backups/-0755rm
sending-notifications/-0755rm
taking-backups/-0755rm
about-us.md10690644editdlrm
changelog.md1880644editdlrm
high-level-overview.md10770644editdlrm
installation-and-setup.md110540644editdlrm
introduction.md18330644editdlrm
questions-and-issues.md4440644editdlrm
requirements.md8910644editdlrm
support-us.md5490644editdlrm
_index.md1260644editdlrm
Edit: /home/techb158/ileadtechnology.com/vendor/spatie/laravel-backup/docs/introduction.md (1833B)
--- title: Introduction weight: 1 --- This Laravel package creates a backup of your application. The backup is a zipfile 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](https://laravel.com/docs/5.7/filesystem) you have configured. The package can also notify you via Mail, Slack or any notification provider when something goes wrong with your backups. Feeling paranoid about backups? Don't be! You can backup your application to multiple filesystems at once. Once installed, making a backup of your files and databases is very easy. Just run this artisan command: ``` bash php artisan backup:run ``` In addition to making the backup, the package can also clean up old backups, monitor the health of the backups, and show an overview of all backups. ## We have badges!
Latest Version Software License Build Status Quality Score Total Downloads