Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xatta-trone/laravel-backup-ui
Manage your backups seamlessly
https://github.com/xatta-trone/laravel-backup-ui
backup database devops laravel laravel-backup laravel-package php zip
Last synced: about 1 month ago
JSON representation
Manage your backups seamlessly
- Host: GitHub
- URL: https://github.com/xatta-trone/laravel-backup-ui
- Owner: Xatta-Trone
- License: mit
- Created: 2024-04-13T03:56:44.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-13T15:43:37.000Z (9 months ago)
- Last Synced: 2024-05-13T15:43:08.135Z (8 months ago)
- Topics: backup, database, devops, laravel, laravel-backup, laravel-package, php, zip
- Language: Blade
- Homepage: https://packagist.org/packages/xatta-trone/laravel-backup-ui
- Size: 89.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Changelog: changelog.md
- Contributing: contributing.md
- License: license.md
Awesome Lists containing this project
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
```bash
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:```bash
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:```bash
php artisan vendor:publish \
--provider="XattaTrone\LaravelBackupUi\LaravelBackupUiServiceProvider" \
--tag=laravel-backup-ui.config
```## Change log
Please see the [changelog](changelog.md) for more information on what has changed recently.
## Testing
```bash
composer test
```## Contributing
Please see [contributing.md](contributing.md) for details and a todolist.
## Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
## Credits
- [Monzurul Islam][link-author]
- [All Contributors][link-contributors]## License
MIT. Please see the [license file](license.md) for more information.
[ico-version]: https://img.shields.io/packagist/v/xatta-trone/laravel-backup-ui.svg?style=flat-square
[ico-downloads]: https://img.shields.io/packagist/dt/xatta-trone/laravel-backup-ui.svg?style=flat-square
[ico-travis]: https://img.shields.io/travis/xatta-trone/laravel-backup-ui/master.svg?style=flat-square
[ico-styleci]: https://styleci.io/repos/12345678/shield[link-packagist]: https://packagist.org/packages/xatta-trone/laravel-backup-ui
[link-downloads]: https://packagist.org/packages/xatta-trone/laravel-backup-ui
[link-travis]: https://travis-ci.org/xatta-trone/laravel-backup-ui
[link-author]: https://github.com/xatta-trone
[link-contributors]: ../../contributors