tuyz
tuyz
FFilament
Created by MoisesSegura on 11/1/2023 in #❓┊help
I can't login into filament with a new user
nice one!
19 replies
FFilament
Created by MoisesSegura on 11/1/2023 in #❓┊help
I can't login into filament with a new user
will all of your users have access to the admin panel?
19 replies
FFilament
Created by MoisesSegura on 11/1/2023 in #❓┊help
I can't login into filament with a new user
these can be used inside the filament/UserResource/Pages/CreateUser.php
19 replies
FFilament
Created by MoisesSegura on 11/1/2023 in #❓┊help
I can't login into filament with a new user
19 replies
FFilament
Created by MoisesSegura on 11/1/2023 in #❓┊help
I can't login into filament with a new user
you can use the create lifecycle hooks to see the value of the form
19 replies
FFilament
Created by MoisesSegura on 11/1/2023 in #❓┊help
I can't login into filament with a new user
are you creating the password in the user show page?
19 replies
FFilament
Created by kwenziwa on 10/31/2023 in #❓┊help
Laravel Filament "/admin" 404 not found error (Live server)
in local environments, any user can access the filament panel, did you add a function onto your user model for who can access the admin panel? in the filament docs the example is as follows public function canAccessPanel(Panel $panel): bool { return str_ends_with($this->email, '@yourdomain.com') && $this->hasVerifiedEmail(); } you might need to tweak your admin user on your deployed application
4 replies
FFilament
Created by MoisesSegura on 11/1/2023 in #❓┊help
I can't login into filament with a new user
could it be also a hashing issue when he is creating a user? as its hashing the value before it hits the db
19 replies
FFilament
Created by MoisesSegura on 11/1/2023 in #❓┊help
I can't login into filament with a new user
are you trying to login as the newly created user? where are you setting the password?
19 replies
FFilament
Created by Punyapal Shah on 11/1/2023 in #❓┊help
client side Datatable
can you provide more information? do you mean inside a livewire component? @Punyapal Shah
8 replies
FFilament
Created by tuyz on 10/25/2023 in #❓┊help
Filament table in livewire
and also, is there a way to format TextInputColumns
5 replies
FFilament
Created by tuyz on 10/24/2023 in #❓┊help
inherit class attributes based on selected option
sorry, okay thankyou for answering my question
3 replies
FFilament
Created by Hooligan Dev on 10/19/2023 in #❓┊help
Select::isOptionDisabled(): Argument #2 ($label) must be of type string, null given
No description
28 replies
FFilament
Created by tuyz on 10/19/2023 in #❓┊help
Adding table to Livewire Component
@Vp thanks, i appreciate your help
9 replies
FFilament
Created by tuyz on 10/19/2023 in #❓┊help
Adding table to Livewire Component
@Vp do you know how to style the table in the blade, its currently got the dark theme due to my system
9 replies
FFilament
Created by tuyz on 10/19/2023 in #❓┊help
Adding table to Livewire Component
thankyou for your help @Vp turns out the wrong styles and scripts where being imported in the app.blade
9 replies
FFilament
Created by tuyz on 10/19/2023 in #❓┊help
Adding table to Livewire Component
No description
9 replies
FFilament
Created by tuyz on 10/19/2023 in #❓┊help
Adding table to Livewire Component
help pls
9 replies
FFilament
Created by tuyz on 10/5/2023 in #❓┊help
Filter records by null values in table builder
its okay, i solved my problem by asking the question, i just had to include the get eloquent query function
5 replies
FFilament
Created by tuyz on 9/13/2023 in #❓┊help
Formatting price with decimal points in the form builder
storing the value as an integer in cents @Hugh Messenger
3 replies