Search
Star
Feedback
Setup for Free
© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
how to add pages and live wire in custom plugin - Filament
F
Filament
•
3y ago
•
3 replies
dipu
how to add pages and live wire in custom plugin
i am using this github repo
-
https://github.com/filamentphp/plugin-skeleton
and when i add pages inside sourcer it give error
Class
"chats
\chats
\chats
" not found
at vendor
/filament
/filament
/src
/PluginServiceProvider
.
p
h
p
:81
77
▕
78
▕ public function packageBooted
(
)
: void
79
▕
{
80
▕ foreach
(
$this
-
>getPages
(
) as
$page
)
{
➜ 81
▕
L
i
v
e
w
i
r
e
:
:component
(
$
p
a
g
e
:
:getName
(
)
,
$page
)
;
82
▕
}
83
▕
84
▕ foreach
(
$this
-
>getRelationManagers
(
) as
$manager
)
{
85
▕ if
(
$manager instanceof RelationGroup
)
{
+8 vendor frames
9
[internal
]
:0
Illuminate
\Foundation
\
A
p
p
l
i
c
a
t
i
o
n
:
:Illuminate
\Foundation
{
closure
}
(
)
+5 vendor frames
15
a
r
t
i
s
a
n
:37
Illuminate
\Foundation
\Console
\
K
e
r
n
e
l
:
:handle
(
)
and where can i place livewire
of that page
GitHub
GitHub - filamentphp/plugin-skeleton: A package skeleton for develo...
A package skeleton for developing Filament plugins
.
- GitHub
- filamentphp
/plugin
-skeleton
: A package skeleton for developing Filament plugins
.
Filament
Join
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Similar Threads
Was this page helpful?
Yes
No
Recent Announcements
Similar Threads
Add custom events to plugin
F
Filament / ❓┊help
2y ago
How to add permission check in pages?
F
Filament / ❓┊help
3y ago
How to add relationship form fields on custom pages
F
Filament / ❓┊help
3y ago
How to use tailwind classes in custom pages
F
Filament / ❓┊help
3y ago