Много полезно, серията от уроци са прекрасни и полезени. Стъпка по стъпка, направих целия проект. Благодаря. Бъди здрав ! Respect !
@ltcsvk10 ай бұрын
Thanks Man
@nazgyl Жыл бұрын
Nice trick! Thanks
@yelocode Жыл бұрын
Happy to help
@martins-ecke Жыл бұрын
woohoo
@peterquil3674 Жыл бұрын
Thanks bro, I watch all your videos and it's really good for me as beginners ❤ Btw, can you add Dashboard on admin panel like chart, pie, or else
@yelocode Жыл бұрын
Thanks for watching. Will be doing that for sure in the upcoming episodes.
@WEESPlayzZz Жыл бұрын
Thank you so much ❤❤
@yelocode Жыл бұрын
You're welcome 😊
@ousssika5359 Жыл бұрын
top, thanks
@yelocode Жыл бұрын
Welcome!
@LeonelLopezBorbon Жыл бұрын
There won't be more series of this video?
@yelocode Жыл бұрын
There are still more episodes, I will try to upload them in the next few days. we have episodes remaining on below topics left : - performance optimization and caching - email list join button - admin panel widgets - adding post comments to admin
@traduyen Жыл бұрын
Can you help me fix error: Uncaught Snapshot missing on Livewire component with id: uSrG3FM3HAZUKDrEMz4c I also add wire:key to component livewire: post-list, like-button Thanks so much!
@tqt97 Жыл бұрын
in post-item.blade.php in line merge(['class' => '[&:not(:last-child)]:border-b border-gray-100 pb-10']) }}> Have you add merge attributes ? i have same error and i forgot add attributes
@eliasolivtradet6627 Жыл бұрын
@@tqt97 wow Thanks man, that's what I was missing in .
@lukifiagnia7808 Жыл бұрын
Can you help me, when I activate the popular feature then I deactivate the like button so it disappears
@eliasolivtradet6627 Жыл бұрын
in post-item.blade.php in line merge(['class' => '[&:not(:last-child)]:border-b border-gray-100 pb-10']) }}> Have you add merge attributes ? i have same error and i forgot add attributes
@kiifiki15 күн бұрын
I have an issue when the editor creates a post in the admin dashboard, the post has been created but is not in the blog. Can anyone help me?
@ousssika5359 Жыл бұрын
if have a view and is the parent of livewire component , the view has a variable , the variable is changed inside the component ,how i can send the changed value back the parent view
@yelocode Жыл бұрын
Is the above view also a livewire component? if so you can either use events or there is a magic action $parent that you can use to update the parent. if its not a livewire component, you need to use alphine js instead, or js