V01D
V01D
FFilament
Created by V01D on 3/5/2024 in #❓┊help
Searchable translatable column
No description
6 replies
FFilament
Created by V01D on 2/1/2024 in #❓┊help
RichEditor put tags
I am using the richeditor component, it works fine, it saves the content in the database but it adds the content inside tags like these: <p> <p/> whats happening?
22 replies
FFilament
Created by V01D on 11/6/2023 in #❓┊help
Default route filament login
Hi, I've been working on a project that was created using the filament demo, so it starts from login when I log in to localhost. The thing is the web.php file is empty. Is there any other file where I can configure this? I need to change the filament login route to '/admin' or smt.
4 replies
FFilament
Created by V01D on 11/1/2023 in #❓┊help
modifyQueryUsing with a role
hi guys, I have this query in the table function in my productResource but I only want to apply it when the user does not have the 'Admin' role, is there a way to do it? ->modifyQueryUsing(fn (Builder $query): Builder => $query->where('country_id', auth()->user()->country_id))
3 replies
FFilament
Created by V01D on 11/1/2023 in #❓┊help
I can't login into filament with a new user
I have no problem logging in when the user is created with the command: php artisan make:filament-user, but when I create a user in my UserResource and try to log in it says 'credentials doesn't match'. they both appears in the same table 'users'
19 replies
FFilament
Created by V01D on 10/24/2023 in #❓┊help
modal doesn't save
No description
35 replies
FFilament
Created by V01D on 10/3/2023 in #❓┊help
same fields, different content
No description
5 replies