assertchris
assertchris
FFilament
Created by assertchris on 7/24/2024 in #❓┊help
Weird attach select field rendering in RelationManager
thank you, by the way 😄
11 replies
FFilament
Created by assertchris on 7/24/2024 in #❓┊help
Weird attach select field rendering in RelationManager
that was it
11 replies
FFilament
Created by assertchris on 7/24/2024 in #❓┊help
Weird attach select field rendering in RelationManager
ah. my custom markdown field plugin is forcing 3.2.74, which is why it didn't go higher
11 replies
FFilament
Created by assertchris on 7/24/2024 in #❓┊help
Weird attach select field rendering in RelationManager
lemme force the minor and see
11 replies
FFilament
Created by assertchris on 7/24/2024 in #❓┊help
Weird attach select field rendering in RelationManager
though latest appears to be 3.2.96
11 replies
FFilament
Created by assertchris on 7/24/2024 in #❓┊help
Weird attach select field rendering in RelationManager
3.2.74
11 replies
FFilament
Created by assertchris on 7/24/2024 in #❓┊help
Weird attach select field rendering in RelationManager
yeah, I made sure to run composer update and filament:upgrade
11 replies
FFilament
Created by assertchris on 4/4/2024 in #❓┊help
Method Illuminate\Support\Str::ucwords does not exist.
I managed to package the custom link functionality as an action on one of the custom pages
33 replies
FFilament
Created by assertchris on 4/4/2024 in #❓┊help
Method Illuminate\Support\Str::ucwords does not exist.
Following up on this, it's much easier to use protected static ?string $navigationGroup = 'Documents'; in the places where you can. Not always possible (say, if you're adding a new item via provider), but custom pages and resources group effortlessly via this approach.
33 replies
FFilament
Created by assertchris on 4/4/2024 in #❓┊help
Method Illuminate\Support\Str::ucwords does not exist.
but thank you for the help
33 replies
FFilament
Created by assertchris on 4/4/2024 in #❓┊help
Method Illuminate\Support\Str::ucwords does not exist.
marking this as resolved because I would rather just honestly do whatever is possible (even without routing) than try to debug this further 🙂
33 replies
FFilament
Created by assertchris on 4/4/2024 in #❓┊help
Method Illuminate\Support\Str::ucwords does not exist.
will try that
33 replies
FFilament
Created by assertchris on 4/4/2024 in #❓┊help
Method Illuminate\Support\Str::ucwords does not exist.
ok, cool, thanks
33 replies
FFilament
Created by assertchris on 4/4/2024 in #❓┊help
Method Illuminate\Support\Str::ucwords does not exist.
that was just the minimum amount of code required to trigger the error
33 replies
FFilament
Created by assertchris on 4/4/2024 in #❓┊help
Method Illuminate\Support\Str::ucwords does not exist.
I want to have custom pages and links grouped with that resource management
33 replies
FFilament
Created by assertchris on 4/4/2024 in #❓┊help
Method Illuminate\Support\Str::ucwords does not exist.
so I can have a custom navigation group or the navigation filament builds, but not both?
33 replies
FFilament
Created by assertchris on 4/4/2024 in #❓┊help
Method Illuminate\Support\Str::ucwords does not exist.
only array
33 replies
FFilament
Created by assertchris on 4/4/2024 in #❓┊help
Method Illuminate\Support\Str::ucwords does not exist.
NavigationGroup::make()->items() does not
33 replies
FFilament
Created by assertchris on 4/4/2024 in #❓┊help
Method Illuminate\Support\Str::ucwords does not exist.
ok, that sounds like an option. when I did that, previously, it wiped out all the existing navigation. is there a way to appends only?
33 replies
FFilament
Created by assertchris on 4/4/2024 in #❓┊help
Method Illuminate\Support\Str::ucwords does not exist.
how?
33 replies