skeemer
skeemer
FFilament
Created by skeemer on 12/14/2023 in #❓┊help
How do i get to the data while doing resource create?
I'm trying to change some select field options based another selection. During edit I can use $record, but that's always null during create.
20 replies
FFilament
Created by skeemer on 8/11/2023 in #❓┊help
Target class [cache] does not exist.
I'm using nwidart/modules and v3.0.14 created the error. I've tried looking at the change and I can't see why it would cause that error. Did the change make things run earlier than previously? This is the reference to the failing line. https://github.com/nWidart/laravel-modules/blob/354d91d46907f9ecc8d7197c69186a2b84020ada/src/FileRepository.php#L77 I'm not sure why the cache would not be initiated as that's pulling the main Laravel a cache. The $panel addition: ->discoverResources(in: module_path('Blog', 'Filament/Resources'), for: 'Modules\\Blog\\Filament\\Resources')
2 replies