@ellajhonm you can use Laravel Backup.
Oct 28, 2021
6
Level 2
How do you backup your Laravel 8 projects?
I'm working on a capstone project for uni and I want to backup my code and database in case the worst happens. For now, I just zip my laravel project, export my database using phpmyadmin and upload it to Google Drive. I wanted a way to backup that's quick and easily retrievable, i.e. if I were to use the backup when the need arises, I won't worry about conflicts with code and with the project.
So far, these are what I've found https://www.nicesnippets.com/blog/laravel-8-backup-store-on-google-drive https://www.positronx.io/laravel-database-backup-with-spatie-tutorial-example/
Please or to participate in this conversation.