- 📂 View all the Laravel backups in your application,
- 🎚 Filter by disk type, timestamp, pagination
- and more...
- PHP 8.0+
- Laravel 8+
Via Composer
composer require xatta-trone/laravel-backup-ui
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
)
Publish views
into /resources/views/vendor/xatta-trone/
for view customization:
php artisan vendor:publish \
--provider="XattaTrone\LaravelBackupUi\LaravelBackupUiServiceProvider" \
--tag=laravel-backup-ui.views
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
Please see the changelog for more information on what has changed recently.
composer test
Please see contributing.md for details and a todolist.
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
MIT. Please see the license file for more information.