KA
KA
FFilament
Created by joaoppcastro on 12/27/2023 in #❓┊help
Filament Shield
ask at #shield
3 replies
FFilament
Created by Abi on 12/27/2023 in #❓┊help
`openUrlInNewTab` with `url` method on a TextColumn doesn't seem to open url in a new tab
You must add
->openUrlInNewTab()
->openUrlInNewTab()
after
->url()
->url()
like following:
->url(fn ($record) => 'https://dashboard.stripe.com/payments/')
->openUrlInNewTab()
->url(fn ($record) => 'https://dashboard.stripe.com/payments/')
->openUrlInNewTab()
5 replies
FFilament
Created by NeerGreeN on 12/22/2023 in #❓┊help
Tabs with data from other tables
7 replies
FFilament
Created by ericmp on 12/25/2023 in #❓┊help
How to put a link for each badge in TextColumn?
16 replies
FFilament
Created by Anwar on 12/26/2023 in #❓┊help
help
he has no idea about migration or model properly. he might seen some video tutorial and start working without proper learning. you can help him with some good guideline in private.
73 replies
FFilament
Created by Anwar on 12/26/2023 in #❓┊help
help
@BJ please dont fix him, he will never learn. Let him learn laravel properly. That will help him in future.
73 replies
FFilament
Created by ericmp on 12/25/2023 in #❓┊help
How to put a link for each badge in TextColumn?
16 replies
FFilament
Created by ericmp on 12/25/2023 in #❓┊help
How to put a link for each badge in TextColumn?
TextColumn::make('playlists.name')->badge()->listWithLineBreaks()
TextColumn::make('playlists.name')->badge()->listWithLineBreaks()
16 replies
FFilament
Created by ericmp on 12/25/2023 in #❓┊help
How to put a link for each badge in TextColumn?
what you wants to do? yes, you can make badge as list and also you can add url.
16 replies
FFilament
Created by ericmp on 12/25/2023 in #❓┊help
How to put a link for each badge in TextColumn?
possible, please read the doc. 🙂
16 replies
FFilament
Created by Anwar on 12/26/2023 in #❓┊help
help
Can you post your posts migration?
73 replies
FFilament
Created by GM on 12/18/2023 in #❓┊help
I cant access in the login
it is working on your local?
6 replies
FFilament
Created by GM on 12/18/2023 in #❓┊help
I cant access in the login
npm run dev
6 replies
FFilament
Created by Ali on 12/16/2023 in #❓┊help
Deployment Error
I think you should remove/rename your .env file from your project root. Few server doesn't allow this.
66 replies
FFilament
Created by Eth on 12/17/2023 in #❓┊help
retrieving previous record
try ->options(Place::all()->pluck('placeName', 'id'))
3 replies
FFilament
Created by RizwanNasir on 12/13/2023 in #❓┊help
Can't `$this->form->fill()` images in custom Livewire Page while using Repeater
your reproduction repo is using "filament/forms": "^2.16", but you tagged v3
8 replies
FFilament
Created by Remi on 10/9/2023 in #❓┊help
Repeater BelongsToMany not working on edit form
you should use BelongsToMany relationship i think
7 replies
FFilament
Created by Remi on 10/9/2023 in #❓┊help
Repeater BelongsToMany not working on edit form
What is your table structure?
7 replies
FFilament
Created by KA on 12/6/2023 in #❓┊help
->expandableLimitedList() seems not working as expected for InfoList
Fixed with v3.1.15. Thanks everyone.
23 replies
FFilament
Created by KA on 12/6/2023 in #❓┊help
->expandableLimitedList() seems not working as expected for InfoList
sure, i will and thank you
23 replies