ruimtcosta
Broadcast Pusher Notifications
Hi,
I need to implement pusher notification on filament, and I have this:
config/app.php
`
config/filament.php
`
BroadcastServicProvider.php
`
.env
`
My send notification:
`
And I have this error on chrome console:
Request URL: http://site.local/api/v1/broadcasting/auth 404 Not Found
What is missing?
7 replies
RichEditor
Hy guys,
I've imported from another database, posts to a new database managed by filament but the posts do not appear in richEditor. Looking at the database, the record that appears has tags like this: <p></p> those without the escaped slash do not appear.
What can I do?
2 replies
observer
I've 3 models
- Hotels
- Rooms
- Prices
One Hotel Many Rooms. One Room Many Prices.
What I'm trying to do is:
The HotelResource has a RoomsRelationManager to show Rooms (done!)
My "problem" is how to put a PricesRelationManager inside the RoomsRelationManager! Or, Is there any way to show all this info in the HotelResource?
2 replies
heroi
Hi guys,
I'm starting using filament and i'm searching for a solution that allows me to create related records inside parent form.
I have a ProjectResource where I can create the Project, but when I edit this, I should be able to create a category and adding another category and so on.
Any tips?
5 replies