invento/backup

A custom Laravel package for file and database backup.

dev-master 2024-06-04 04:23 UTC

This package is not auto-updated.

Last update: 2025-03-11 08:37:05 UTC


README

Compatible with only Laravel multi-purpose CMS

  1. Install the package via Composer:

      composer require invento/backup
    

    The package will automatically register its service provider.

  2. Optionally, publish the configuration file if you want to change any defaults:

     php artisan vendor:publish --provider="Invento\Backup\InventoBackupServiceProvider"
    

You can publish separately

  1. Publish the configuration file if you want to change any defaults:

     php artisan vendor:publish --provider="Invento\Backup\InventoBackupServiceProvider" --tag="backup-config"
    
  2. Publish the view file if you want to change any defaults:

     php artisan vendor:publish --provider="Invento\Backup\InventoBackupServiceProvider" --tag="backup-views"
    
  3. Publish the lang file if you want to change any defaults:

     php artisan vendor:publish --provider="Invento\Backup\InventoBackupServiceProvider" --tag="backup-lang"
    
  1. 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