FDG
FDG
FFilament
Created by FDG on 11/8/2023 in #❓┊help
Mass create resources by dispatching jobs
pls
5 replies
FFilament
Created by FDG on 11/8/2023 in #❓┊help
Mass create resources by dispatching jobs
Bypass I mentioned:
//Need to find the model by $Id because filament is overwriting it to id 0 causing errors

$model = Model::find($id);
//Need to find the model by $Id because filament is overwriting it to id 0 causing errors

$model = Model::find($id);
we are attaching a relationship here, before I started using this bypass the model would just get attached to the newly "created "model instance (id 0)
5 replies