Justin Neel

Results 2 issues of Justin Neel

Sorry if I'm missing this, but I don't see how you would set help text on a FilemanagerField... ``` FilemanagerField::make('Optional File Download', 'file') ->help('THIS DOES NOT SHOW?') ->filterBy('documents'), ```

Looking for advice. I'm looking for the best way to get a link to a newly created resource. I'm creating a resource on the fly. After creating that resource, I...