xatta-trone / laravel-backup-ui
Manage your laravel-backups from one place
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Language:Blade
Type:laravel-package
Requires
- php: ^7.4|^8.0
- illuminate/support: ^8.0
Requires (Dev)
- orchestra/testbench: ^6.0
- phpunit/phpunit: ^9.0
This package is auto-updated.
Last update: 2024-11-13 16:53:02 UTC
README
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.