Robbie

Results 16 comments of Robbie

I have tested this and found that there is an issue if the schema option is not used. I would tend to argue that there seems to be no logic...

Please show a prompt if there is no --schema or -s flag, to confirm that no migration will be created. If --schema or -s is present but blank then create...

@felixkiss I would really like this to be merged due to reasons explained in this PR for a different package where I had the same problem: https://github.com/laravelista/comments/pull/183#issuecomment-1056900967 I have looked...

```php //write some code to check that more than 3 backups exist if (Storage::delete($path)) { echo "deleted"; } ``` https://laravel.com/docs/8.x/filesystem#retrieving-files https://laravel.com/docs/8.x/filesystem#directories

extraParams is now being worked on to include options parameters: https://github.com/backup-manager/laravel/pull/119 This might help if you want to make a PR for singleTransaction and ignoreTables: https://github.com/backup-manager/backup-manager/pull/138

you could add a config setting @seche - this way we can avoid this behaviour by default (users who don't have the updated config - null) and then if true...

This PR has been open for 2 years and others are also starting to need this functionality. I would suggest that we merge my PR (#194 ) which preserves the...

I tried this out (without using the session part) - I had a different use case - I wanted to override direction to provide a way to start with a...