xatta-trone/laravel-backup-ui

Manage your laravel-backups from one place

Installs: 1

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:Blade

Type:laravel-package

v0.0.1 2024-04-13 14:19 UTC

This package is auto-updated.

Last update: 2024-04-13 15:43:40 UTC


README

Social Card of Laravel Activity Log

Packagist Packagist PHP from Packagist Laravel Version

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.