Shuvro Roy
Shuvro Roy
This might help you guys. https://github.com/spatie/laravel-backup/issues/1445
@ehs4nm Yes you can. By extending the `\ShuvroRoy\FilamentSpatieLaravelBackup\Pages\Backups::class` class. And then register your class in filament-spatie-backup-config file ` 'pages' => [ 'backups' => YourCustomClass::class ], `
@ehs4nm I think there is no method name `canManageSettings` in User Model. You need to implement it first
Create a custom page class and that class will be extend `Backups` class. After that register in config file. ```php
Please follow this https://spatie.be/docs/laravel-backup/v8/installation-and-setup#content-dumping-the-database