Laravel backup is a 3rd party Laravel package developed by Spatie and adds commands that backup the database
Laravel backup is a 3rd party Laravel package that creates database backups.
It is maintained by Spatie, a Belgian company that creates websites and web application. This is one of many Laravel packages they maintain.
It can be installed using composer via the following command:
composer require spatie/laravel-backup
It adds the following command to Laravel:
php artisan backup:run
It also offers other features such as notifications on backup as well as backups to multiple storage units.
Links: