A minimalist implementation using Spatie’s laravel-backup package.

Laravel does not offer a database backup as part of their core functionality so new Laravel developers don’t get to work with that while reading Laravel articles or building a Laravel application.

Today, it becomes an increasingly important thing to store and preserve your backup data in case you ever need to use it.

Common mistakes new Laravel developers do is to go to phpmyadmin and try to run this export manually. While this will still work, it is not the best practice because sometimes you won’t be there to make the backup, and your users already generated new data.

#laravel #laravel8 #laravel7 #php #laravel-backup

Automatic Backup Laravel Files and Database
5.75 GEEK