All notable changes to laravel-backup-panel
will be documented in this file
- Add support for spatie/laravel-backup ^8.0
- Assign a name for a route, allowing adding custom middlewares to it
- PHP dependencies were updated to eliminate vulnerabilities found in the previous versions of libraries
- Fix the Laravel 8 compatibility issue
- Add support for spatie/laravel-backup ^7.0
- Use Laravel Livewire instead of VueJS
- Allow to customize the layout and the styles
- JavaScript dependencies were updated to eliminate vulnerabilities found in the previous versions of libraries
- Laravel Mix was updated to version 6
- Show warning when assets are outdated (it is recommended to run
php artisan vendor:publish --tag=laravel-backup-panel-assets --force
after updating)
- Add support for Laravel 7
- Allow to use a custom queue
- Add Artisan command for installing the package
- Resemble look and functionality of Spatie's Laravel Nova Backup tool
- Restrict access in non-local environments by default
- Change naming of classes, namespaces, files, etc. to fit project's name "Laravel Backup Panel"
- Initial release