invento / backup
A custom Laravel package for file and database backup.
dev-master
2024-06-04 04:23 UTC
Requires
- diglactic/laravel-breadcrumbs: ^8.1
- spatie/laravel-backup: ^8.8
- symfony/css-selector: ^6.4.7
This package is not auto-updated.
Last update: 2025-03-11 08:37:05 UTC
README
Compatible with only Laravel multi-purpose CMS
Install the package via Composer:
composer require invento/backup
The package will automatically register its service provider.
Optionally, publish the configuration file if you want to change any defaults:
php artisan vendor:publish --provider="Invento\Backup\InventoBackupServiceProvider"
You can publish separately
Publish the configuration file if you want to change any defaults:
php artisan vendor:publish --provider="Invento\Backup\InventoBackupServiceProvider" --tag="backup-config"
Publish the view file if you want to change any defaults:
php artisan vendor:publish --provider="Invento\Backup\InventoBackupServiceProvider" --tag="backup-views"
Publish the lang file if you want to change any defaults:
php artisan vendor:publish --provider="Invento\Backup\InventoBackupServiceProvider" --tag="backup-lang"
At last clear cache and run autoload:
php artisan optimize composer dump-autoload
Copyright and License
invento-backup was written by [Awlad Hossain] and is released under the MIT License.
Copyright (c) 2024 Invento