Backup Tables #237
Closed
WatheqAlshowaiter
started this conversation in
Package Suggestions
Replies: 1 comment
-
Thanks for the suggestion 😊 I've added the package! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Backup single or multiple database tables with ease.
By adding
BackupTables::generateBackup('users')
and that is it. You can also backup multiple tables or simple pass models instead of tables if you want.This is different from the Spatie backup package because it is focused on tables for certain cases, not the regular backups for all applications like what the Spatie package did.
package link with examples and features in detail:
https://github.com/WatheqAlshowaiter/backup-tables
Beta Was this translation helpful? Give feedback.
All reactions