Fazaa
Fazaa
FFilament
Created by Fazaa on 2/3/2025 in #❓┊help
Any notifications are not entered into the Notifications database
but what is actually the queue do? can i receive notifications without queue?
24 replies
FFilament
Created by Fazaa on 2/3/2025 in #❓┊help
Any notifications are not entered into the Notifications database
create jobs table queue_connection = database (env)
24 replies
FFilament
Created by Fazaa on 2/3/2025 in #❓┊help
Any notifications are not entered into the Notifications database
nevermind i just need to create jobs table, and change queue_connection = database instead of sync, thanks!!
24 replies
FFilament
Created by Fazaa on 2/3/2025 in #❓┊help
Any notifications are not entered into the Notifications database
hmm yeaa thats weird, but i got nothing about job migration
24 replies
FFilament
Created by Fazaa on 2/3/2025 in #❓┊help
Any notifications are not entered into the Notifications database
No description
24 replies
FFilament
Created by Fazaa on 2/3/2025 in #❓┊help
Any notifications are not entered into the Notifications database
SQLSTATE[42S02]: Base table or view not found: 1146 Table 'laundryan.jobs' doesn't exist how can i create job table? because its not in the doc
24 replies
FFilament
Created by Fazaa on 2/3/2025 in #❓┊help
Any notifications are not entered into the Notifications database
No description
24 replies
FFilament
Created by Fazaa on 2/3/2025 in #❓┊help
Any notifications are not entered into the Notifications database
can you tell me what is that mean?, bcs i think i didnt setup anything, im just doin by reading the doc
24 replies
FFilament
Created by Fazaa on 2/3/2025 in #❓┊help
Any notifications are not entered into the Notifications database
by using php artisan queue:listen?
24 replies
FFilament
Created by Fazaa on 2/3/2025 in #❓┊help
Any notifications are not entered into the Notifications database
how can i run queue?
24 replies
FFilament
Created by Fazaa on 1/29/2025 in #❓┊help
Bulk Action Export to PDF
by using DomPdf
16 replies
FFilament
Created by Fazaa on 1/29/2025 in #❓┊help
Bulk Action Export to PDF
yeaa i already found the solution by using DomPDF, but now i want to only export one row for making the invoice can i ??
16 replies
FFilament
Created by Fazaa on 1/29/2025 in #❓┊help
Bulk Action Export to PDF
i already use DomPDF and its good for bulk action thanks for this, but now i need to export to pdf only one row, like im making a invoice, can i?
16 replies
FFilament
Created by Fazaa on 1/29/2025 in #❓┊help
Bulk Action Export to PDF
ohh alright thanks i'll try it,
16 replies
FFilament
Created by Fazaa on 1/29/2025 in #❓┊help
Bulk Action Export to PDF
what is mPDF? is that a plugin?
16 replies
FFilament
Created by Fazaa on 1/24/2025 in #❓┊help
Avatar Profile not showing using Edit Profile Plugin
filesystems.php : 'public' => [ 'driver' => 'local', 'root' => storage_path('app'), 'url' => env('APP_URL').'/storage', 'visibility' => 'public', 'throw' => false, ], 'links' => [ public_path('storage') => storage_path('app'), ], User Model: public function getFilamentAvatarUrl(): ?string { return Storage::url(path: $this->avatar_url); }
12 replies
FFilament
Created by Fazaa on 1/24/2025 in #❓┊help
Avatar Profile not showing using Edit Profile Plugin
alright thanks all for the solution i figured it out, i made mistake that filesystems.php where 'public' must be 'app' and do php artisan storage:link
12 replies
FFilament
Created by Fazaa on 1/24/2025 in #❓┊help
Avatar Profile not showing using Edit Profile Plugin
i already use storage link
12 replies
FFilament
Created by Fazaa on 1/18/2025 in #❓┊help
hide column filament shield
yeap you can edit some column name without publish the Role Resource, just publish the lang but you can only change the column name not hide
7 replies
FFilament
Created by Fazaa on 1/18/2025 in #❓┊help
hide column filament shield
thanks i figured it out, i found the source at App\Vendor{plugin_name}\src\RoleResource
7 replies