In this series, we will be Learning Laravel Livewire v3 (A tool to build Powerful, dynamic, front-end UIs without leaving PHP) along with Laravel in a practical way by building a mini student management system.
Livewire v3 has been launched recently and it has some really exciting features, it's currently in beta and it might take some time to release the stable version.
We'll start by installing Laravel and then set up Livewire along with Laravel Breeze installation, and along the way, we will be learning the following topics:
Learn how to Build Applications using the TALL Stack
Learn about Lifecycle hooks and Build dependent dropdowns in Livewire
Learn how to extract properties and methods to a Form Object and use it in a Livewire Component
Learn about the new #[Rule] attribute syntax in Livewire and implement Validations.
Learn about wire:navigate and implement SPA experience in a Livewire-based app.
Link to Github Repo: https://github.com/tapan288/livewire-...
Contents of this video ----------------------------------------------
00:00 - Introduction
01:41 - install and setup Laravel/Livewire and Breeze
05:09 - Define the Models and Migrations
10:57 - Define the Seeders and Relationships
20:47 - Display Students Data and Implement Pagination
30:16 - Work on the Create Form
47:19 - Implement Dependent Dropdowns
56:54 - Work on the Record Update Flow
01:12:31 - Define Form Object for Create Form
01:23:54 - Define Form Object for Update Form
01:35:11 - Delete Individual Records
01:39:26 - Implement wire:navigate
01:48:21 - Fix Remaining Issues
-----------------------------------------------------------------------------------
Connect With Me on Twitter:
Twitter: / tapansharma__
-----------------------------------------------------------------------------------
My Youtube PlayLists:
Student Management System with Laravel, Inertia, Svelte, and Tailwind
• Let's build a mini Students Managemen...
-----------------------------------------------------------------------------------
Alpine.js Datatables Series: • How to Build an Amazing Datatable usi...
-----------------------------------------------------------------------------------
Vue Datatables Series : • Video
-----------------------------------------------------------------------------------
Livewire Datatables Series: • Let's Build Some Datatables Using Lar...
-----------------------------------------------------------------------------------
Integrating E-Sewa Payment Gateway on a Laravel App: • Let's Integrate E-Sewa Payment Gatewa...
-----------------------------------------------------------------------------------
Laravel Fortify Integration Tutorial: • Let's Implement Authentication Scaffo...
-----------------------------------------------------------------------------------
Implement Dynamic Navigation Bar on a Laravel App: • Implementing Dynamic Navigation Menu ...
-----------------------------------------------------------------------------------
Implementing Select2 on a Laravel App: • Let's Implement Select2 In Laravel | ...
-----------------------------------------------------------------------------------