Zagna
Zagna
FFilament
Created by SG#105 on 2/10/2024 in #❓┊help
Query about Filament Rich Edit licencing and all available plugins
Rich Editor field uses https://github.com/basecamp/trix
3 replies
FFilament
Created by jeph on 2/9/2024 in #❓┊help
two columns from a single database column
Virtual columns? $table->string('first_name')->virtualAs('substring_index(name, \' \', 1)'); $table->string('last_name')->virtualAs('substring_index(name, \' \', -1)'); I have no idea if that works, just copypasted stuff
6 replies
FFilament
Created by SleekZ on 8/6/2023 in #❓┊help
Upgrading from V2 to V3 error
You need to run it from the folder example-app instead of the bin folder
5 replies