I have tried installing Laravel Backup for Database paulvl/backup
I have followed the instructions on how to install and configure it to my Laravel application. I am however stuck at the point where you actually run the backup command. I get this error:
$ php artisan backup:mysql-dump
[Symfony\Component\Console\Exception\CommandNotFoundException]
There are no commands defined in the "backup" namespace.
Any help would highly be appreciated