"If a worker wants to do his job well, he must first sharpen his tools." - Confucius, "The Analects of Confucius. Lu Linggong"
Front page > Programming > \"Backup Tables\" package

\"Backup Tables\" package

Published on 2024-11-04
Browse:671

\

Backup single or multiple database tables with ease.

By adding BackupTables::generateBackup('users') and that is it.

You can also backup multiple tables BackupTables::generateBackup(['users', 'posts']) or simple pass models instead of tables if you want `BackupTables::generateBackup([User::class, Post::class]).

This is different from the Spatie backup package because this package 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

Release Statement This article is reproduced at: https://dev.to/watheqalshowaiter/model-required-fields-package-31gl?1 If there is any infringement, please contact [email protected] to delete it
Latest tutorial More>

Disclaimer: All resources provided are partly from the Internet. If there is any infringement of your copyright or other rights and interests, please explain the detailed reasons and provide proof of copyright or rights and interests and then send it to the email: [email protected] We will handle it for you as soon as possible.

Copyright© 2022 湘ICP备2022001581号-3