Answer Overflow Logo
Change Theme
Search Answer Overflow
GitHub
Add Your Server
Login
Home
Popular
Topics
Gaming
Programming
Kevin
Posts
Comments
F
Filament
•
Created by ehbfa on 6/18/2024 in
#❓┊help
Duplicate widgets on dashboard (with properties)
Just like this:
TenantCards::make(['test' => 'hello'])
. Then you can just do
$this->test
in the widget class to access the prop.
3 replies