Looking to hire Laravel developers? Try LaraJobs

laravel-backup-import maintained by yaroslavpopovic

Description
Import db from sql file
Last update
2026/03/10 17:50 (dev-main)
License
Links
Downloads
1 463

Comments
comments powered by Disqus

Laravel Backup Import

Installation

composer require yaroslavpopovic/laravel-backup-import

You can publish config file to overwrite

php artisan vendor:publish --provider="Yaroslavpopovic\LaravelBackupImport\LaravelBackupImportServiceProvider" --tag="config"

You should set env var

Disk

LARAVEL_DB_IMPORT_SOURCE_DISK=
LARAVEL_DB_IMPORT_SOURCE_PATH=
LARAVEL_DB_IMPORT_NOTIFICATION_EMAIL_TO=