Skip to content

RCyrix/open-admin-backup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Open Admin Backup

Backup Helper for Open Admin

N|512x397,20%

A vanilla javascript implementation of Laravel-Admin-Backup extension

JQuery has been stripped, open-admin-backup config file added for config values

Make Backups of your Open Admin Application
  • Files
  • Code
  • ✨Database Schema and Data✨

Requirements

Installation is relatively simple

Install Laravel Spatie with

composer require spatie/laravel-backup

php artisan vendor:publish --provider="Spatie\Backup\BackupServiceProvider"

This will install the required libraries from Spatie and publish assets

(In this case a config file : backup.php)

Please let me know if there's an issue installing!

Tested on MySQL (PostGreSQL should work in theory have not yet tested but will soon)

Does NOT work with T-SQL (Microsoft SQL)

To install locally add the following to composer.json of main project

"repositories": [
        {
            "type": "path",
            "url": "app/Admin/Extensions/open-admin-ext/open-admin-backup"
        }
    ] 

composer require open-admin-ext/open-admin-backup:dev-main

php artisan vendor:publish --provider=OpenAdmin\Backup\BackupServiceProvider

php artisan admin:import open-admin-backup

About

Open Admin Extension for Backup

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published