yaroslavpopovic / laravel-backup-import
Import db from sql file
Installs: 1 266
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires
- php: ^8.0.2
Requires (Dev)
- orchestra/testbench: ^6.0
- phpunit/phpunit: ^9.5.9
README
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=