Yii2 E-commerce website - Full Working Process | Part 1

preview_player
Показать описание
I started building an open source E-commerce website in Yii2 framework.
This video is the first part of unprepared, unedited process of building the E-commerce website.

Project Source Code (⭐️ Give it a star ⭐️)

Timecodes
----------------------
00:00:00 - Introduction
00:01:29 - Demo
00:07:36 - Introduction
00:10:16 - Project setup
00:25:52 - Integrate SB Admin 2 into backend
01:04:34 - Generate migrations
01:31:33 - Generate models
01:36:54 - Generate and customize products CRUD
03:18:19 - Display products on frontend
03:43:11 - Customize and bugfix signup and login
04:05:02 - Handle user profile and address update
04:55:08 - Cart basic functionality
06:16:48 - Implement change quantity in cart
06:41:58 - Implement checkout
07:12:55 - Implement online payments with PayPal
09:08:00 - Validate PayPal transaction & finish checkout
10:06:47 - Send email when order is paid
10:41:36 - Fix password reset bugs
10:46:29 - Password change
10:55:47 - Update checkout page & Bug fixing
11:18:25 - Display orders in backend, Sorting & Filtering
11:45:38 - Customize Formatter class
11:49:23 - Display Order items

Follow me on social media:

Check my Github:
Рекомендации по теме
Комментарии
Автор

I will continue this project. Rbac, i18n, Deploy on production, Docker, SASS. I plan all these videos to improve that project.

TheCodeholic
Автор

მადლობა ზურა, ძალიან მაგარი კურსია! ბევრი რამე ვისწავლე შენი ვიდეოდან, შენს ადგილზე Udemy-ზეც დავდებდი კურსებს, ხარისხით ნამდვილად არ ჩამოუვარდები Udemy-ს PHP კურსებს. წარმატებებს გისურვებ! იმედია მალე გააგრძელებ ახალი ვიდეოების დადებას

sportcast
Автор

Seriously amazing!! This is what people wanna see with yii, not just crash course...:) Thanks a lot

cubedev
Автор

Awesome 👍, make similar course on Vue.Js as frontend and laravel as backend,
It would help us 🙏.

Vikash_PR
Автор

Really appreciate your hardworks!

Keep it up...

faisalahmed
Автор

Amazing tutorial. Thank you so much. All the best for you and your loved ones ❤️

monobrowers
Автор

Sir, Love from Pakistan. i learned basic and oop PHP from your courses now please make same type of course with laravel

MuhammadBilal-bqkw
Автор

Its very kind of you. Thanks a lot sir!

alpadangy
Автор

it would be great if you could turn on English subtitles (automatically generated) to this very informative video series!

EmVeeGames
Автор

Awesome. I thought it is a full course. But it is the 1st part which if of almost 12 hours. Thanks :-)

rangabharath
Автор

This is the best new year's eve I've ever had. I've been a yii developer for 9 months now and this is definitely going to make me better. My weekend is going to be awesome!

idachirufus
Автор

Awesome Video....Please provide database sql file so we easy import database for practice...
It would help us....
Thanks

samirparikh
Автор

Great job of NOT already having everything ready. seeing you mess up things and how you go to docs/google etc to get solutions is great for learning how to really code. Thanks!

chris_james
Автор

Would REALLY love to hear your thoughts on use-case "Why?" & "Why not!?" for Yii2 vs Laravel, then also add Vue.js for front-end? Reason is I'm back into this stuff after way too many years away & it's daunting to learn SO many frame-works. Begs the question, WHEN will I get past learning (enough) to start earning..?? Ya know..

MarcMcRae
Автор

I will use same logic and try to do it with Laravel Livewire n hopefully Nuxt in future

tanzimibthesam
Автор

Thanks for this awesome content. If possible, please make some Shopify related content on your channel in the future.

ayaneshsarkar
Автор

how do i get license server for PhpStorm?

megatamirhakim
Автор

Awesome content. Can you make vue 3 with yii2 project in the future?

masutu
Автор

1:17:30 if this table already have product_id as foreignkey, why we need add product_name which already exist in the product table.

linglingzhang
Автор

5:48:38
Can just replace the count() with ->sum('quantity')

htk