I have an application in laravel and I want to take a backup of a MySQL database and upload it to my Google Drive automatically. Can you please guide me how can I do that without Third party API.
Asked
Active
Viewed 1,507 times
4
-
You can use laravel schedule, https://laravel.com/docs/5.8/scheduling – Nazmul Abedin Jul 15 '19 at 06:49
-
1Take a look at this article: https://medium.com/@dennissmink/laravel-backup-database-to-your-google-drive-f4728a2b74bd – Majid Alaeinia Jul 15 '19 at 06:53
-
2https://github.com/spatie/laravel-backup – Jerodev Jul 15 '19 at 06:55