sarthak-shrivastava-in-depth-laravel-course-0

0:00 Thanks Taylor 1:14 Course Intro 2:38 Laravel 8 Breaking Changes 9:14 Upgrate Tdd Blog Project to laravel 8 from any version 20:22 Laravel Jetstream 1:09:51 Laravel 7 Basics Install and setup Laravel 7 1:17:24 Route and Blade File Laravel 7 for beginner 1:26:27 What the heck is MVC 1:34:18 Database Connection migration 1:42:09 Raw SQL Queries 1:49:39 Eloquent ORM CRUD 2:00:11 Mass Assignment Security 2:07:26 Accessor and Mutators 2:14:22 Install First Package laravel UI 2:24:06 Blade template engine 2:31:32 Laravel Configurations 2:39:43 All Configurations 2:47:41 Upload Image for User 2:58:58 Store User Avatar 3:09:20 Show User Avatar 3:15:59 Remove Old Image 3:26:11 Redirect with message 3:33:02 Blade Include subview Laravel 7 for beginner Todo List Mini Project 3:39:06 3:47:32 Views 3:56:26 Store 4:02:03 Validations 4:12:19 Form Validation 4:17:34 Show All Todo 4:25:54 Dynamic Route Parameter 4:35:32 Route Model Binding 4:40:42 Named Routes 4:48:52 Update Todo validation 4:54:47 Complete A Todo 5:02:49 Using Core Javascript 5:12:23 Mark as Incomplete 5:17:09 Delete the task 5:25:44 Resource Routes 5:35:23 Middlewares 5:41:49 Create with Relationship 5:46:45 One to Many Relationship 5:56:52 Todo of Auth User Only 6:03:04 Redirect To Todo after Login 6:12:07 Add Description to Todo 6:19:53 Show each todo list details 6:27:52 Introduction to Laravel LiveWire 6:34:39 How Livewire works 2 6:41:15 Multiple Input Field Livewire 3 6:48:56 Pass Value to Livewire 4 6:57:32 Todo has Many Steps 7:03:01 Create Many Steps 7:08:56 Show each steps 7:15:02 7:20:48 Livewire Edit Steps 7:27:13 Update Step on Livewire Laravel Livewire 7:38:10 Quickstart 7:46:01 How it works 7:53:14 Comments System 8:02:28 Properties and Actions 8:08:37 Mount Event fetch from DB 8:18:03 Store Comment with Livewire 8:22:04 Real Time Validation 8:29:00 Passing Data to component 8:33:00 Using Flash Messages 8:36:56 Pagination 8:43:52 Custom Pagination Links 8:55:06 Image Uploading 9:07:38 Store Image using Intervention 9:18:50 Component Data Share 9:33:24 SPA using Turbolinks 9:44:16 Register ComponentPage 9:52:35 Register User 9:58:05 Login and Logout 10:03:28 Using Middleware URL Shortener 10:06:08 Demo 10:07:51 Intro 10:08:46 Installing Laravel and setup database 10:11:19 Create Model Migration and Controllers 10:17:51 URL Table colums 10:21:49 Defining Resource Routes 10:28:16 Setting up postman client 10:34:13 Store Data into Database 10:39:34 Using Eloquent to store 10:43:21 Model Event to create Shorten url 10:50:10 Fetch all urls from database 10:55:12 delete urls from database 11:00:07 Shorten Url as Route kye 11:05:24 Making Shorten Url unique 11:10:39 Using API Resource Routes 11:14:39 Validation on store 11:19:11 Using Form Validation 11:24:08 Custom Error Messages 11:27:36 Install and setup vuejs 11:35:39 Understanding Laravel Mix 11:39:31 Setup Tailwindcss 11:45:08 Create Header and Footer components 11:50:40 Design Header and Footer 11:54:16 Design Main Form
Back to Top