andriajah Mon Jun 2023 1 year ago
Laravel Livewire Crud Tutorial
Prerequisites:
- Basic knowledge of Laravel
SweetAlert:
Docs - https://sweetalert2.github.io/
Links:
Livewire Docs - https://laravel-livewire.com/docs/2.x/rendering-components#page-components
Nested Components - https://laravel-livewire.com/docs/2.x/nesting-components
Support me:
Patreon - https://www.patreon.com/angeljayacademy
Timestamps:
00:00:00 Introduction & Create Livewire component
00:05:42 Create Model and Migration
00:10:01 Create Routes
00:14:00 Create Partials and Groundwork
00:20:15 "C" - Create and real-time-validation
00:32:22 "R" - Read | Class & Search Method
00:39:15 "C" - Create | Make use of modal
00:51:02 Install SweetAlert 2
00:57:43 "U" - Update | Edit Component
01:13:10 Dispatch browser & emit events
01:23:04 "D" - Delete | Delete Component