Jonay.Medina
Jonay.Medina
FFilament
Created by Jonay.Medina on 6/6/2024 in #❓┊help
RichText images S3.
hi
4 replies
FFilament
Created by Jonay.Medina on 6/6/2024 in #❓┊help
RichText images S3.
No description
4 replies
FFilament
Created by Jonay.Medina on 4/9/2024 in #❓┊help
How use repeaters with MorphToMany relationship with pivot columns
thanks for your answer, I was have two issues. in amenity model I was have schedules()->morphToMany, It change to shcedules->morphMany and in the repeater I needed ->relationship('schedules')
6 replies
FFilament
Created by Jonay.Medina on 4/9/2024 in #❓┊help
How use repeaters with MorphToMany relationship with pivot columns
anyone can help me
6 replies
FFilament
Created by adnn on 4/9/2024 in #❓┊help
Many relationship manager?
now if do you want see al products that has one brand, Leandro Ferreira message can solve
11 replies
FFilament
Created by adnn on 4/9/2024 in #❓┊help
Many relationship manager?
No description
11 replies
FFilament
Created by Rolland on 4/9/2024 in #❓┊help
How to hide/show table column based on the active tab?
7 replies
FFilament
Created by Rolland on 4/9/2024 in #❓┊help
How to hide/show table column based on the active tab?
In my team we set some settings from this video https://www.youtube.com/watch?v=bF04VPI68sg
7 replies
FFilament
Created by Jonay.Medina on 4/9/2024 in #❓┊help
How use repeaters with MorphToMany relationship with pivot columns
No description
6 replies
FFilament
Created by Prosp30 on 1/28/2024 in #❓┊help
Reset password email locale
no is Filament setting, is a Laravel Setting
6 replies
FFilament
Created by Prosp30 on 1/28/2024 in #❓┊help
Reset password email locale
No description
6 replies
FFilament
Created by Sourabh on 2/27/2024 in #❓┊help
Email verification customisation.
Hi, did you find out how to solve it? I need to modify the password reset email, but I have not gotten information on how I could do it
5 replies
FFilament
Created by Android63 on 3/2/2024 in #❓┊help
Initial email verification message not being sent
Hello, did you manage to solve it? In another post, a user posted the solution that worked for me
No. Laravel has made QUEUE_CONNECTION=database the default since version 11. In Laravel 10 this parameter was QUEUE_CONNECTION=sync.

QUEUE_CONNECTION=sync - means that all tasks will be executed synchronously without a queue.

QUEUE_CONNECTION=database - means that all tasks will be added to the queue in the job table and executed only when the php artisan queue:work queue is running.

I returned the value QUEUE_CONNECTION=sync and emails began to be sent immediately.
No. Laravel has made QUEUE_CONNECTION=database the default since version 11. In Laravel 10 this parameter was QUEUE_CONNECTION=sync.

QUEUE_CONNECTION=sync - means that all tasks will be executed synchronously without a queue.

QUEUE_CONNECTION=database - means that all tasks will be added to the queue in the job table and executed only when the php artisan queue:work queue is running.

I returned the value QUEUE_CONNECTION=sync and emails began to be sent immediately.
4 replies
FFilament
Created by WEBMAS on 3/18/2024 in #❓┊help
After updating to Laravel 11, the confirmation email and the password reset stopped being sent
Hi, I'd like to customize the password reset email template. Could you please tell me how to publish the email view for editing?
14 replies
FFilament
Created by WEBMAS on 3/18/2024 in #❓┊help
After updating to Laravel 11, the confirmation email and the password reset stopped being sent
You saved my day. I have the same issue
14 replies