1 Answers
Hello,
Laraship as any Web application has two components: files and database and it's recommended you do backups frequently
you can use this package for DB backups: https://github.com/spatie/laravel-backup
and for files, you can just tar the www folder and FTP it to a remote storage
Please login or Register to submit your answer