xatta-trone/laravel-backup-ui
Manage your laravel-backups from one place
4
| Install | |
|---|---|
composer require xatta-trone/laravel-backup-ui |
|
| Latest Version: | v0.0.1 |
| PHP: | ^7.4|^8.0 |
| License: | MIT |
| Last Updated: | Apr 13, 2024 |
| Links: | GitHub · Packagist |
Maintainer: Xatta-Trone

Features
- 📂 View all the Laravel backups in your application,
- 🎚 Filter by disk type, timestamp, pagination
- and more...
Requirements
- PHP 8.0+
- Laravel 8+
Installation
Via Composer
composer require xatta-trone/laravel-backup-ui
Usage
Once the installation is complete, you will be able to access Log Viewer directly in your browser.
By default, the application is available at: {APP_URL}/laravel-backups.
(for example: https://my-app.test/laravel-backups)
Advanced usage
Customize view
Publish views into /resources/views/vendor/xatta-trone/ for view customization:
php artisan vendor:publish \
--provider="XattaTrone\LaravelBackupUi\LaravelBackupUiServiceProvider" \
--tag=laravel-backup-ui.views
Edit configuration
Publish laravel-backup-ui.php configuration file into /config/ for configuration customization:
php artisan vendor:publish \
--provider="XattaTrone\LaravelBackupUi\LaravelBackupUiServiceProvider" \
--tag=laravel-backup-ui.config
Change log
Please see the changelog for more information on what has changed recently.
Testing
composer test
Contributing
Please see contributing.md for details and a todolist.
Security
If you discover any security related issues, please email monzurul.ce.buet@gmail.com instead of using the issue tracker.
Credits
License
MIT. Please see the license file for more information.