Martin Branches
filament-spatie-laravel-backup not working
I can't get the backup page working in Filament 3.2
artisan backup:run is working, and the Backups buttom is appearing in the menu. But when I click it, an 'internal server error' appears, before outputting anything.
"php": "^8.1",
"filament/filament": "^3.2",
"shuvroroy/filament-spatie-laravel-backup": "^2.1",
"spatie/laravel-backup": "^8.5",
Thanks already!
2 replies
clicking a table row opens the edit page. I would like to open the view-modal when clicking the row.
This only works when I disable the edit page in getPages(), but I need the edit page route.
So, how to open the view-modal with clicking the table row?
4 replies