Laravel 9.X Ecom Shop
Focused View
12:46:41
6 View
1 - Introduction.mp4
04:58
2 - Why Laravel.mp4
06:31
3 - Setting Up Laravel Homestead with virtualbox and vagrant.mp4
09:36
4 - Create Laravel Application.mp4
01:19
5 - Homestead yaml file.mp4
01:34
6 - Create a home route.mp4
04:26
7 - Bootstrap Integration.mp4
02:55
8 - Design master page.mp4
05:42
9 - Design Home Page.mp4
02:55
10 - User Authentication.mp4
02:49
11 - Create users in Laravel 8.html
12 - Add Admin column to Users.mp4
05:00
13 - Create a route for Admin.mp4
05:02
14 - Create Categories Table.mp4
03:48
15 - Create Categories Controller.mp4
04:40
16 - Create Navbar.mp4
02:43
17 - Create Admin Controller.mp4
02:23
18 - Create a function for creating categories.mp4
04:33
19 - Create a route for displaying all categories.mp4
05:23
20 - Add additional fields for creating categories.mp4
05:01
21 - Create a function for displaying all categories.mp4
04:23
22 - Design a page for displaying categories.mp4
03:32
23 - Create edit function for categories.mp4
05:44
24 - Create a route for updating categories.mp4
04:02
25 - Create a function for updating categories.mp4
06:07
26 - Edit Category.mp4
01:28
27 - Create a route for deleting categories.mp4
03:58
28 - Delete a category.mp4
02:15
29 - Create category field in indexbladephp.mp4
07:56
30 - Create a subcategory.mp4
07:47
31 - Create Products Table.mp4
02:50
32 - Create Products Controller.mp4
03:14
33 - Create a function for creating products.mp4
03:46
34 - Create a route for creating products.mp4
11:01
35 - Create store poduct function.mp4
04:06
36 - Install Laravel collective package and image package.mp4
03:16
37 - Add additional fields into products table.mp4
07:58
38 - Add Protected table into Product Model.mp4
04:06
39 - Create a route for displaying products.mp4
03:46
40 - Create a function for displaying all products.mp4
06:29
41 - Create a route edit products.mp4
02:17
42 - Create a function edit products.mp4
02:26
43 - Modify edit product function.mp4
09:01
44 - Design edit product view.mp4
02:00
45 - Create a function for updating products.mp4
09:51
46 - Create a function for deleting products.mp4
02:31
47 - Delete a product.mp4
03:11
48 - Create protucts attribute table.mp4
03:31
49 - Create a model for product attributes.mp4
05:07
50 - Create a function for creating attributes.mp4
06:53
51 - Design attributes page.mp4
06:29
52 - Add protected table into ProAttribute Model.mp4
04:19
53 - Design a table for viewing attributes.mp4
05:01
54 - Create a function delete attribute.mp4
06:09
55 - Design home page.mp4
08:09
56 - Display categories in home page.mp4
06:14
57 - Design categories dropdown in navbar.mp4
05:58
58 - Display subcategories.mp4
04:01
59 - Create a route products.mp4
03:53
60 - Create Products Function.mp4
04:42
61 - Create 404 page.mp4
03:51
62 - Design 404 page.mp4
03:46
63 - Create status field for category.mp4
13:32
64 - Create a route delete image of product.mp4
06:29
65 - Create a link delete image.mp4
02:44
66 - Create product detail function.mp4
05:10
67 - Create product detail function.mp4
03:08
68 - Add javascript to product detail page.mp4
06:39
69 - Create a function select product price.mp4
08:53
70 - Continue integrate javascript into detail page.mp4
03:43
71 - Create a link to store more images of product.mp4
05:54
72 - Create proimages table.mp4
05:23
73 - Create ProImage Model.mp4
09:40
74 - Create a function for storing additional images for product.mp4
07:59
75 - Create a table view for displaying images.mp4
09:44
76 - Delete additional image of product.mp4
04:30
77 - Create a function delete additional image.mp4
04:46
78 - Displaying additional images of product.mp4
07:59
79 - Create a route update attribute.mp4
03:20
80 - Create a function edit attribute.mp4
08:17
81 - Add fontawesome to ecommerce website.mp4
05:56
82 - Display stock availability in details view.mp4
10:02
83 - Create cart table.mp4
04:17
84 - Integrate cart form into detail page of product.mp4
07:28
85 - Create cart function.mp4
11:33
86 - Create a route view cart.mp4
05:06
87 - Unstall package uuid.mp4
06:26
88 - Test out Cart function.mp4
07:54
89 - Display image of product in cart.mp4
03:39
90 - Delete a product form cart.mp4
06:52
91 - Update cart quantity.mp4
07:15
92 - Display Total Price.mp4
03:05
93 - Create coupons table.mp4
03:05
94 - Create Coupon Model.mp4
05:50
95 - Integrate datepicker.mp4
05:27
96 - Create a function view coupons.mp4
11:01
97 - Create first coupon.mp4
02:00
98 - Create edit coupon function.mp4
04:59
99 - Create a function coupon update.mp4
10:46
100 - Create a route update coupon.mp4
02:35
101 - Create function delete coupon.mp4
05:01
102 - Create a route for applying coupon.mp4
05:29
103 - Create a function apply coupon.mp4
03:24
104 - Apply First Coupon.mp4
07:39
105 - Display total cost with applied coupon.mp4
13:48
106 - Add session forget to cart function.mp4
01:51
107 - Create a function register a user.mp4
12:44
108 - Create logout route.mp4
05:01
109 - Sign up a user.mp4
05:21
110 - Create a function client account.mp4
03:06
111 - Create Account View.mp4
05:21
112 - Add loginfront middleware in routes.mp4
05:51
113 - Create Country Model.mp4
06:11
114 - Create countries table.mp4
09:03
115 - Create a route update account.mp4
04:26
116 - Create a function update account.mp4
05:56
117 - Update user account.mp4
05:36
118 - Create function checkout.mp4
04:02
119 - Create checkout view.mp4
02:11
120 - Redesign account page.mp4
12:50
121 - Create invoice address table.mp4
04:18
122 - Add javascript to checkout page.mp4
06:36
123 - Add Invoice form in checkout view.mp4
04:09
124 - Create Invoicestore function.mp4
11:26
125 - Create First Invoice.mp4
06:06
126 - Create a function to review an order.mp4
05:45
127 - Design orderreview.mp4
13:53
128 - Add cart to order review page.mp4
04:08
129 - Display coupon and sum total information in order review.mp4
07:05
130 - Install PayPal Package.mp4
05:41
131 - Create a route paypal payment.mp4
09:56
132 - Add paypal button in order review page.mp4
13:16
133 - Create a function for successful payment.mp4
07:09
134 - Make First Transaction With PayPal.mp4
01:21
135 - Cart Count.mp4
09:33
136 - Ready files of the course.html
136 - ecompay.zip
More details
User Reviews
Rating
average 0
Focused display

Udemy
View courses UdemyStudents take courses primarily to improve job-related skills.Some courses generate credit toward technical certification. Udemy has made a special effort to attract corporate trainers seeking to create coursework for employees of their company.
- language english
- Training sessions 134
- duration 12:46:41
- Release Date 2024/04/27