Kaesa Lyrih
is there any filament feature or plugin available for mention users ?
Thanks you, I'll start tracking the code from this commit:
https://github.com/ploi/roadmap/commit/b3f9a29a58ca6069b22a44a02aab33fdb9c0fd90#diff-d2ab9925cad7eac58e0ff4cc0d251a937ecf49e4b6bf57f8b95aab76648a9d34
8 replies
Profile view and profile edit
humm.. maybe CustomPage not extended
\Filament\Pages\Auth\EditProfile::class
u can try it:
https://medium.com/@laravelprotips/personalizing-the-filament-profile-page-expanding-the-design-and-integrating-multiple-forms-62db7ca6834313 replies
how to get data in action child from action parent?
My study case, solve with action chanining.
https://filamentphp.com/docs/3.x/actions/adding-an-action-to-a-livewire-component#chaining-actions
6 replies