Martin Branches
Martin Branches
FFilament
Created by Martin Branches on 1/25/2024 in #❓┊help
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
FFilament
Created by Martin Branches on 1/21/2024 in #❓┊help
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
FFilament
Created by Martin Branches on 1/9/2024 in #❓┊help
Copy the data of all fields to an new entry
I have a BookResource and would like to have a 'copy' button (next to the Edit button in the list view) that copies all data and creates a new book entry. can't find something like that, anyone any ideas? Thanks!
5 replies