Welcome to our laravel blog project series, in this comprehensive series we will build a blog from scratch using livewire 3 and filament 3.
Today we are going to optimization our application using eager loading so we can lower the number of sql queries we are performing.
We will cover how to install and customize jetstream, create layouts, setup database migrations and models, display posts, use livewire 3 to create dynamic components without page reloads and more.
Next Episodes (Playlist):
• Build Blog with Laravel 10, Livewire ...
https://github.com/barryvdh/laravel-d...
Html Template :
https://github.com/yelocode/tailwind-...
Project Code :
https://github.com/yelocode/laravel-b...
Filament Documentation :
https://filamentphp.com/docs/3.x/pane...
Free Livewire 3 Course Playlist :
• Laravel Livewire 3 Course for Beginne...
Livewire 3 website :
https://livewire.laravel.com/
If you would like me to make more livewire videos, please let me know by liking the video and commenting what you like to learn next.
What is livewire:
Livewire is a full-stack framework for Laravel that makes building dynamic interfaces simple, without leaving the comfort of Laravel. (Taken from Livewire Documentation)