Great courses! If i click the poplurar filter on (popular=true) the sortings and even the poplurar filter not working anymore. Console shows "Uncaught Snapshot missing...". What could be wrong? Thank you!
With livewires nested components you have to make sure all have a wire:key unique on the loaded page ... on the post-item.blade.php, the article tag must have a unique key like this : wire:key="{{ $post_id }}" and on the categories loop : same :key="'categorie-'.$category->id" and for the like-bouton component blade include :key="'likeButton-'.$post->id" So verify this and tell us !
Thanks for your videos. I'm getting a lot from it. i do have a question about how to display manytomany relationship for example post categories in the filament table. Thanks again for sharing
Nice job man. What do you think about make a video about using livewire with things that requires more rich user expirience rather then forms and modals? Something like Handsontable or custom feature-rich component? It will be nice to see how you could solve problems with that =D.
Great stuff. I noticed that you are using VS Code and it works really well for Laravel dev, something that never happened to me. Care to share your list of plugins and settings? Perhaps it would be great for a video.
Thanks for watching. I use the below plugins: - PHP Intelephense - Laravel Blade - Laravel Blade Snippets - Laravel Blade formatter - Livewire Language Support - Vetur - Tailwind CSS IntelliSen - Alpine.js IntelliSense - Headwind - JSON - PHP ( does same things as PHP Intelephense ) I'm gonna try to make a video going over the most important plugins to install for laravel development. Thank you for the suggestion.
Thank you
Thanks for watching
wooowww !!! this is awesome! incredible!
Прекрасно, Благодаря !
Thanks Man
Great courses!
If i click the poplurar filter on (popular=true) the sortings and even the poplurar filter not working anymore. Console shows "Uncaught Snapshot missing...".
What could be wrong?
Thank you!
With livewires nested components you have to make sure all have a wire:key unique on the loaded page ... on the post-item.blade.php, the article tag must have a unique key like this : wire:key="{{ $post_id }}" and on the categories loop : same :key="'categorie-'.$category->id" and for the like-bouton component blade include :key="'likeButton-'.$post->id" So verify this and tell us !
Hello @@HardKiffeur, you are right, in the artickle tag it was missing on my side in the post-item.blade file. :) Thank you!
Thanks! @@HardKiffeur I spent an hour putting `wire:key` attrs everywhere, except the article tag.
Thanks for your videos. I'm getting a lot from it. i do have a question about how to display manytomany relationship for example post categories in the filament table. Thanks again for sharing
Nice job man. What do you think about make a video about using livewire with things that requires more rich user expirience rather then forms and modals? Something like Handsontable or custom feature-rich component?
It will be nice to see how you could solve problems with that =D.
Thank you! 🎉
Thanks for watching.
thanks man , as usual
Thanks for watching.
A quick question... I am using a simple layout to display the form but the relationship does not seems to be appearing. How can i fix that?
Great stuff. I noticed that you are using VS Code and it works really well for Laravel dev, something that never happened to me. Care to share your list of plugins and settings? Perhaps it would be great for a video.
Thanks for watching.
I use the below plugins:
- PHP Intelephense
- Laravel Blade
- Laravel Blade Snippets
- Laravel Blade formatter
- Livewire Language Support
- Vetur
- Tailwind CSS IntelliSen
- Alpine.js IntelliSense
- Headwind
- JSON
- PHP ( does same things as PHP Intelephense )
I'm gonna try to make a video going over the most important plugins to install for laravel development. Thank you for the suggestion.
@@yelocode much appreciated man. looking forward to it.