Mohamed Ayaou
Mohamed Ayaou
FFilament
Created by Anish on 3/29/2025 in #❓┊help
Export - failed rows
seems fine for me. maybe try to dd the $export
7 replies
FFilament
Created by Anish on 3/29/2025 in #❓┊help
Export - failed rows
Can you share the code and any customizations you might did to the default export action
7 replies
FFilament
Created by Anish on 3/29/2025 in #❓┊help
Export - failed rows
By default the notification should be created with an action to download the failed rows with an additional column containing the error message
7 replies
FFilament
Created by Arlyzatun on 3/29/2025 in #❓┊help
Filament Shield: 403 Forbidden on Production but Works Fine Locally
13 replies
FFilament
Created by Arlyzatun on 3/29/2025 in #❓┊help
Filament Shield: 403 Forbidden on Production but Works Fine Locally
Did you setup the canAccessPanel method on the user Model?
13 replies
FFilament
Created by ichiru on 3/29/2025 in #❓┊help
I don't know how to add a custom icon to the header.
a custom Icon can be blade-icons one or custom SVG in a blade file
6 replies
FFilament
Created by ichiru on 3/29/2025 in #❓┊help
I don't know how to add a custom icon to the header.
in genera that can be done using the render hooks https://filamentphp.com/docs/3.x/support/render-hooks#scoping-render-hooks
6 replies
FFilament
Created by ichiru on 3/29/2025 in #❓┊help
I don't know how to add a custom icon to the header.
Header of what? the panel of the table
6 replies
FFilament
Created by TranceCode on 3/27/2025 in #❓┊help
Create resource for email marketing
You're welcom, the customization is the only option for now. don't forgot to source dive the plugins' reops for more ideas
7 replies
FFilament
Created by Dhaval K on 3/18/2025 in #❓┊help
Import XLSX / CSV
otherwise try to add the plugin directly to your composer.json and run composer update
5 replies
FFilament
Created by Dhaval K on 3/18/2025 in #❓┊help
Import XLSX / CSV
It may be an unmaintained plugin that's not supporting Larave 12
5 replies
FFilament
Created by Dhaval K on 3/18/2025 in #❓┊help
Import XLSX / CSV
can you share the installation error message
5 replies
FFilament
Created by Dhaval K on 3/18/2025 in #❓┊help
Import XLSX / CSV
By default only CSV is supported, but there's plugins to help you with this in the plugins store for both import and export
5 replies
FFilament
Created by Alberto on 3/27/2025 in #❓┊help
Combine more than one field in a Filament Resource recordTitleAttribute
just override the getRecordTitleAttribute() method.
4 replies
FFilament
Created by TranceCode on 3/27/2025 in #❓┊help
Create resource for email marketing
you can dive to their source codes to get an idea at least
7 replies
FFilament
Created by TranceCode on 3/27/2025 in #❓┊help
Create resource for email marketing
No built-in options for that for now, but you might just use some of the community plugins like: https://filamentphp.com/plugins/infinityxtech-unlayer https://filamentphp.com/plugins/visual-builder-email-templates https://filamentphp.com/plugins/solution-forest-filaletter (Paid) or a lot of resource form customization to get it just a any other Laravel app or even a combination of the two options
7 replies
FFilament
Created by omar abdou on 3/26/2025 in #❓┊help
Integration with supbase/appwrite
and its mainly for static data and uses SQLite under the hood
9 replies
FFilament
Created by omar abdou on 3/26/2025 in #❓┊help
Integration with supbase/appwrite
It is possible to use Laravel ORM with none-database data using a package like Sushi: https://github.com/calebporzio/sushi but ofc you wont get all the eloquent's features
9 replies
FFilament
Created by omar abdou on 3/26/2025 in #❓┊help
Integration with supbase/appwrite
in general filament is built upon Laravel and its ORM which make it hard to deal with external BAAS platforms with it as I believe.
9 replies
FFilament
Created by omar abdou on 3/26/2025 in #❓┊help
Integration with supbase/appwrite
9 replies