laravel-backup
laravel-backup copied to clipboard
mysqldump options (i.e. --no-create-info)
Is it possible to append mysqldump options to the regular php artisan db:backup? I just want to save the data of my database, without create table sentences. Something like this would be cool:
php artisan db:backup --no-create-info