1.Project overview\
0:00 Overview of the project
2.Project setup\
17:43 install laravel
3.Download project code\
25:28 Download source code
4.Laravel 8 for beginners\
26:00 overview of folder structure of Laravel
33:21 php artisan command
38:19 Route basic
47:21 Route group
52:05 passing data to view
59:24 if else and forelse statement in blade
1:01:54 submit form and csrf token
1:12:36 validation of form
1:23:35 what is migration in laravel
1:34:29 add new column to existing table
1:39:05 Eloquent Save record
1:53:13 Elqoquent fetch records
1:58:07 Elloquent find() method
2:02:00 Eloquent update record
2:07:40 Eloquent delete record
2:09:23 Eloquent first()
2:11:35 pagination in laravel
5.Laravel Eloquent Relationship\
2:17:39 Laravel one to one relationship
2:33:42 Laravel one to one inverse relationship
2:36:46 Laravel hasMany() and belongsTo() relationship
2:51:49 Laravel many to many relationship
3:15:50 Laravel many to many relationship continue
3:20:35 Laravel difference between attach,sync,syncWithOutDetaching
6.Vuejs for beginners\0
3:28:03 section intro
3:29:11 Hello vue
3:31:37 v-if and v-else in vue
3:34:40 vue lifecycle hooks
3:39:43 list rendering
3:46:40 fetch data from api
3:49:57 click events
3:53:26 submit form
3:55:00 input binding
3:59:29 component in vue
4:05:33 props in vue js
7.Project 1 Simple Book app\
4:09:58 Section introduction
4:10:45 make a migration file
4:19:33 make a form
4:25:09 use bootstrap and design
4:29:48 store record
4:36:55 list all books
4:42:03 validation of form
4:46:41 add flash message
4:48:26 edit book
4:55:00 update book
5:00:21 delete book
5:03:36 extend template
5:12:44 use pagination
5:15:01 add image column
5:18:10 display image
5:24:27 update with image
5:30:36 include fontawesome icons
8.Project 2 Classified ads web application\
5:32:45 Install laravel
5:34:08 install bootstrap part 1
5:39:31 solve npm error
5:40:59 install bootstrap part 2
5:51:27 make navbar
9.Laravel authentication with Laravel Fortify\
5:57:47 install laravel fortify
6:02:20 register a user
6:17:20 make a home page
6:21:15 login user
6:27:39 add more fields
6:31:48 password reset
6:47:21 Add flash message
6:49:47 verify email
10.Navbar and front page design\
7:03:17 second navbar design
7:15:33 Apply css
7:23:01 make Carousel
7:28:18 frontpage carousel
11.Integrate admin bootstrap template for backend\
7:38:16 admin template setup part 1
7:49:24 admin template setup part 2
12.Add Category\
7:54:37 category form design
8:03:07 category model and migrations
8:05:20 subcategory and childcategory migration and model
8:13:55 validation of category form
8:28:36 store category
8:37:38 get all category
8:44:44 update category
8:53:21 Delete category with confirmation message
9:01:29 Add flash message
9:06:06 sidebar for category
13.Add subcategory\
9:07:16 make subcategory form
9:14:34 validate and store subcategory
9:22:50 list subcategory
9:36:17 delete subcategory
9:38:32 edit subcategory
9:42:45 update subcategory
9:51:50 subcategory sidebar
14.Add childcategory\
9:53:47 make childcategory form
9:58:35 Store childcategory
10:07:28 list child category
10:13:35 delete child category
10:15:11 edit childcategory
10:19:35 update childcategory
10:29:11 sidebar for child category
15.Dynamic Frontend Menu\
10:31:46 frontend menu get category,childcategory and subcategory
10:42:39 fix frontend page
16.Country,state,city migration & seeder\
10:43:47 Migrate and Seed Country,State and City
17.advertisements\
10:53:52 create advertisement table
11:02:44 share menu date
11:11:12 design seller sidebar
11:20:56 create ads form part1
11:30:59 create ad form part2
11:40:43 create ad form part3
11:44:54 add extra column and make changes existing column
11:51:12 save advertisement