amitmerchant1990 / amitmerchant-dot-com-comments

1 stars 0 forks source link

backup-database-tables-in-laravel/ #125

Open utterances-bot opened 3 days ago

utterances-bot commented 3 days ago

A package to easily backup database tables in Laravel — Amit Merchant — A blog on PHP, JavaScript, and more

Sometimes what happens is that for some reason, you might need to back up your database tables.

https://www.amitmerchant.com/backup-database-tables-in-laravel/

WatheqAlshowaiter commented 3 days ago

Thank you so much for writing this tutorial for my package.

And that’s about it. This package lets you do what it’s advertised to do but what I would really like is a command-driven approach to back up your tables as well.

Can you please explain this more to consider it into the package?

amitmerchant1990 commented 3 days ago

@WatheqAlshowaiter I would like to have a command like this for added convenience.

php artisan db:backup users