toodles
toodles
FFilament
Created by toodles on 10/19/2023 in #❓┊help
Licensing of filament website source
Hi , what is the licensing of the filamentphp community that is on github? Is it allowed to use it for a project of mine?
10 replies
FFilament
Created by toodles on 7/13/2023 in #❓┊help
Export All columns of a Resource
I have enabled the export fucntion on the table , but the export file only contains the columns I have chose to display on the table. Is there a way I can export all the fields of the resources which where chosen on the table?
3 replies
FFilament
Created by toodles on 7/13/2023 in #❓┊help
Anyone Deployed a Filament App on Vercel?
I am getting the below message. Any insights appreciated. vite v4.3.9 building for production... transforming... ✓ 2 modules transformed. ✓ built in 220ms Could not resolve "../../vendor/filament/forms/dist/module.esm" from "resources/js/app.js" file: /vercel/path0/resources/js/app.js error during build: RollupError: Could not resolve "../../vendor/filament/forms/dist/module.esm" from "resources/js/app.js" at error (file:///vercel/path0/node_modules/rollup/dist/es/shared/node-entry.js:2125:30) at ModuleLoader.handleInvalidResolvedId (file:///vercel/path0/node_modules/rollup/dist/es/shared/node-entry.js:23938:24) at file:///vercel/path0/node_modules/rollup/dist/es/shared/node-entry.js:23900:26 Error: Command "npm run build" exited with 1
2 replies
FFilament
Created by toodles on 6/30/2023 in #❓┊help
Is it possible to change the styling of the app fully with new CSS?
Life if I want to change the sidebar styling, text color for Nav groups, the font etc?
2 replies
FFilament
Created by toodles on 6/28/2023 in #❓┊help
Okta SSO
Hi All, is it possible to setup SSO with a service like Okta or similar?
3 replies
FFilament
Created by toodles on 6/1/2023 in #❓┊help
Second level filtering in relationship manager
Hi I have Object A which has a,p manager with object B. When I attach Object B through that relationship manager, I also need to say what Object 3 is attached with that Object B specifically for this Object A . Is there a way to filter the options for fields on an object being created via the relationship manager?
1 replies
FFilament
Created by toodles on 5/26/2023 in #❓┊help
Apply permissions on Relationship Manager Actions
Is there a way we can conditionally show Relationship manager actions like Delete. For non admins, I want them to be able to only attach and detach. But for admins I also want to show Delete/add new. Right now I have enabled all 3 actions and is showing up for everyone.
2 replies
FFilament
Created by toodles on 5/26/2023 in #❓┊help
Downsides of Filament (if any)
hi all, been experimenting with filament and it's been fantastic..but just to be aware, from all your experience what are scenarios where filament won't be a right fit...I mostly build business apps that always end up looking like some form of an admin panel and Filament is great for that.... what should I be cautious about , if at all there is anything.
2 replies
FFilament
Created by toodles on 5/25/2023 in #❓┊help
Toggle implementation Using Sqlite
8 replies
FFilament
Created by toodles on 5/24/2023 in #❓┊help
Password not hashing when editing user
When I edit a field on the User resource page, I am prompted to enter the password. But when I do, it is saving the password as plaintext and not the hashed value that the create filament user saves as. How do I make it work?
4 replies
FFilament
Created by toodles on 5/17/2023 in #❓┊help
Customize Admin Panel Pages
Is it possible to customize the Create page generated by the admin panel for a resource? For Example, I need to add a vertical box throughout the page with some content. This is separate from the field level help comment which is something I am already using.
6 replies
FFilament
Created by toodles on 5/17/2023 in #❓┊help
Stop Many-Many Related Object from Showing on the bottom of the page-- solved
I have a many to many relation between Object 1 and Object2. When I create a new Objhect1, Object 2 shows up as a field perfectly fine. But it also shows up as a Grid on the bottom of the page. I do not need this. How can I remove this?
6 replies
FFilament
Created by toodles on 5/16/2023 in #❓┊help
Approvals
I am building an app that will require approval everytime data is added or edited to a resource. Is there something you would suggest I use to get a headstart on instead of building an approval mechanism from scratch.
12 replies
FFilament
Created by toodles on 5/14/2023 in #❓┊help
Preload Multi Select values [solved]
Hi I have a Job Profile Resource which has a many-to-many relationship with my certifications resource. When creating a job Profile, I want to user to see the list of available values for certification and choose from it. But when the certification field is of type multi-select, filament is making me search for each value. I got a suggestion from the chat to look into preloadrecordselect() but when I use it in my code its erroring if the input type is multi select. Can anyone help pls? https://gist.github.com/mahesh13614/4e7b446a62e4cb3dadfea42501294af4
13 replies