Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
1.3.0 source code.tar.gz | 2025-01-28 | 187.2 kB | |
1.3.0 source code.zip | 2025-01-28 | 193.1 kB | |
README.md | 2025-01-28 | 438 Bytes | |
Totals: 3 Items | 380.8 kB | 0 |
What's Changed
-
Using the artisan command for one or more tables/models
:::bash php artisan backup:tables users posts # users_backup_2024_08_22_17_40_01, posts_backup_2024_08_22_17_40_01 php artisan backup:tables \App\Models\User \App\Models\Post # users_backup_2024_08_22_17_40_01, posts_backup_2024_08_22_17_40_01
Full Changelog: https://github.com/WatheqAlshowaiter/backup-tables/compare/1.2.2...1.3.0