How to Set up Automatic Backups in Laravel
Backups are important, period. You will be needing these once your server or server provider suddenly dies. In this video, you will learn how to set up automatic Laravel backups using spatie/laravel-backup
and Laravel scheduler to setup cron jobs.
✔ Install & configure spatie/laravel-backup
✔ Take a look at config/backup.php
✔ backup:run
commands
✔ Laravel scheduler for cron jobs.
Link: