Shaung Bhone
Explore posts from serversBest approach to save "price" field
What is the best approach to save decimal values like price, subtotal, and total in a Laravel migration? In my app, I’m using
but since I’m using PostgreSQL, it’s not working. I’m also trying to format the values like this:
How can I fix this?
11 replies
Using tab in custom page
How can I use filter tab in livewire component? I saw this converstaion but got an error.
https://github.com/filamentphp/filament/discussions/10127
1 replies
Filament noti in livewire component
I'm trying to send a filament notification in a Livewire component when a user creates a post, redirects to the home page, and displays the notification on the home page. How can I? Can I dispatch event or sth?
16 replies