Big LOL to all the people in the comments asking him to now make them a production-ready framework just like so ( even better with all kinds of extras they want to implement). Take these valuable lessons given to you (for free) and do with them as intended: learn something. Then someday you will be able to build your own "custom-built" (as you don't want to use one of the os frameworks) projects by yourself, meaning tinkering, thinking, planing, building something up and doing lots of debugging and testing by yourself, this might take time, but if that is what you want and truly step out of the copying-tutorials mode for such a big project, here you go.
This is a very helpful series. Some times, you aren't allowed to use frameworks like Laravel so you need to copy some of Laravel's feature yourself. Good job man!
Well done sir. I have built a custom MVC framework and I'm excited to learn more about MVC architecture from you sir. Please do a production ready MVC framework with a project. It will be well appreciated. Thanks a lot.
Finally someone teaching something up to date. Been trying to do udemy course but 99% of the php mvc courses so so far behind this. You said it isn't production ready, could you maybe do a course where it is. Maybe something like a basic eCommerce site or such. I learn best with a functioning application then a bunch of little sample codes. that's why I gave up on python as most of them were basically hello world programs.
A quick question. would you recommend using a framework like laravel for small projects ? or a simple website with crud system? Your content is awesome! just finished your php oop playlist and learn a lot. Keep doing your thing man! :)
I just started learning PHP and would like to know if this course is still useful in 2022. I realize there might be a couple of changes, but hopefully it doesn't render this course completely deprecated
Hello. Maybe I am asking a lot but can you create a PHP MVC framework course what can be used in production ?) With your vision, how must be such framework in real life. Or maybe you can recommend such course ? Thank you for your work. Greetings from Ukraine :)
welcome my friend ,, There is a problem with customizing the type of notifications, so whenever you make them all fall back to a custom type automatically.
Is this course still workable after 3 long years bro? Please confirm, if we need to change some codes, or where it needs to be updated. Thanks, bro, you are awesome.
Thank you for your amazing works 👏🏼 I would like if you suggest me a PHP learning path from A to Z using your videos and playlists. From where have I start and how can progress from that. Thank you again 😊
Start with 5 hours PHP course, then do OOP playlist. Then do some OOP projects and then this framework. ua-cam.com/video/yXzWfZ4N4xU/v-deo.html ua-cam.com/video/JmDHHhxfe1w/v-deo.html ua-cam.com/video/1Ip7_hdSqzY/v-deo.html ua-cam.com/video/sBP6HKRW0sM/v-deo.html ua-cam.com/video/WKy-N0q3WRo/v-deo.html
@@TheCodeholic There's a lack of PHP learning paths. If there is, most of them are outdated. Please make a separate video about PHP learning paths. You can suggest us the courses, books and your playlist. Thanks! 💕😇🙏🙏
@@TheCodeholic it is enable, i use this .httaccess : RewriteEngine on RewriteRule ^$ public/ [L] RewriteRule (.*) public/$1 [L] and this .httaccess in public directory: RewriteEngine On RewriteBase /mvc-framework/public RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*)$ index.php?$1 [QSA,L] but not recognize my routes return 404,what should i do?
I have several questions in my mind, beside I have some experiences (intermediate PHP lvl maybe) but some still bugging me and I want to achieve my PHP level go beyond. BTW I want to know some best practices about PHP things. Do you have some kind of tutorial about simple CMS that accommodate currently best practices, maybe you have some plan how to make such of those MVC building CMS on top of that, but wait, there are too many PHP tutorial about those things out there. I give you some suggestion something that miss most of PHP CMS tutorial out there. - admin dashboard with configuration where end user doesn't have to change anymore inside code that prone to error by him/her. some basic site setting that can change like theme or even add/remove extension. - maybe someone give advise you can learn it by exploring already CMS like WP, but that overwhelming and easy to get lost, btw WP still have old code that sometime make a life even harder than used to. - I found simple CMS that i can learn to is Pico but still this CMS rarely updated and i don't even know if it apply new tech or not. -in simple way i ask you how to make your custom MVC turn to simple CMS (maybe some tut about this), and make it configurable with admin ui and also with pluggable extension and theme thanks in advance
გამიხარდა ლინუქსის ტუტორიალის დროს ქართული რეგიონალური პარამეტრები რომ დააყენეთ, მაშინ მივხვდი ქართველთან რომ მქონდა საქმე, წარმატებები და დიდი მადლობა.
This is going to be one of the best channel on UA-cam soon.
Thanks Maximus. I hope also... :D
Yes, In sha Allah, I hope so. Now I'm watching Zura's php for absolute beginners on Traversy Media, his way of explaining things is very clear.
Big LOL to all the people in the comments asking him to now make them a production-ready framework just like so ( even better with all kinds of extras they want to implement).
Take these valuable lessons given to you (for free) and do with them as intended: learn something. Then someday you will be able to build your own "custom-built" (as you don't want to use one of the os frameworks) projects by yourself, meaning tinkering, thinking, planing, building something up and doing lots of debugging and testing by yourself, this might take time, but if that is what you want and truly step out of the copying-tutorials mode for such a big project, here you go.
LoL you are so smart )
I am new to this. I am learning the basics of PHP MVC by watching your video. Thank you very much.
This is a very helpful series. Some times, you aren't allowed to use frameworks like Laravel so you need to copy some of Laravel's feature yourself. Good job man!
Thanks a lot buddy
Best channel so far and i've only watched 4 minutes so far.
Thanks a lot my friend
This gonna be awesome! PHP community needs a programmer like you. Thanks for inspiring us and these tutorials. Love and respect from Nepal. 💕🙏🙏
Much appreciated! Thank you
hello sathi yo manxe ko tutorial kasto xa ....... am just starting out with php i have no idea can u share u thoughts
@@subish20me He's a maestro of PHP! You can dive definitely in.
Make a real life API development using PHP, and also course like: Ecommerce using PHP OOP approach for intermediate developers.
Well done sir. I have built a custom MVC framework and I'm excited to learn more about MVC architecture from you sir.
Please do a production ready MVC framework with a project. It will be well appreciated. Thanks a lot.
ძალიან მაგარი გაკვეთილებია და მაგრად დამეხმარა. დიდი მადლობა ძმაო
მიხარია ძალიან 👍
Nothing beats Quick Programming in terms of MVC from scratch
great and useful video thanks for your recording this series 👍👍👍❤❤❤
спасибо за работу. ты красавчег))) продолжай в том же духе. Кстати, может запилишь курс по магазину на ларавеле и вью?
Finally someone teaching something up to date. Been trying to do udemy course but 99% of the php mvc courses so so far behind this. You said it isn't production ready, could you maybe do a course where it is. Maybe something like a basic eCommerce site or such. I learn best with a functioning application then a bunch of little sample codes. that's why I gave up on python as most of them were basically hello world programs.
What about TraversyMVC in Udemy?
Hi Friend, Greetings from Bolivia, Good tutorial...!!
Thanks buddy
Reason for not using in production?
Not being tested enough on many different cases
thanks for making those wonderful video
Welcome my friend
Wow! So this will get me ready to use LARAVEL at last?
I'm trying to use Laravel but I'm having a hard time due not knowing Design Patterns and MVC
A quick question.
would you recommend using a framework like laravel for small projects ?
or a simple website with crud system?
Your content is awesome! just finished your php oop playlist and learn a lot.
Keep doing your thing man! :)
Thanks for loving my content.
If you want to deploy your project on production, or want to build it very quickly then Yes, I recommend Laravel.
Is this recommended before starting to learn Laravel? Will this make me to understand better Laravel?
yes
Thank you very much, this is very helpful
I'm looking for the list of packages to br downloaded from composer.
very very very nice😍
I just started learning PHP and would like to know if this course is still useful in 2022. I realize there might be a couple of changes, but hopefully it doesn't render this course completely deprecated
Yes it is definitelly relevant.
There are few updates in PHP which simply is not covered in this tutorial, but whatever is covered is fully rellevant.
Thanx for your tutorials
Welcome
sono interessato ad acquistare il tuo corso di e-commerce ma non è sottotitolato in italiano si o no grazie
Hi, i couldn't find the core folder in the github repository.
Can you create a authentication system in basic php like jetstream
Hello. Maybe I am asking a lot but can you create a
PHP MVC framework course what can be used in production ?) With your vision, how must be such framework in real life. Or maybe you can recommend such course ?
Thank you for your work. Greetings from Ukraine :)
Thank you my friend. Very Very Nice ❤👏
You're awesome as always! ❤
Thank you buddy
In case if one want to use it on production? Can you please tell why not to use it?
Because the framework is very new and written in several hours. It might have some bugs which can cause serious problems on production.
welcome my friend ,,
There is a problem with customizing the type of notifications, so whenever you make them all fall back to a custom type automatically.
very good and informative video
Best series ever.
Best channel!
What theme phpstorm
thank you Zura!
Hello... Will I find massive problems if I try to create this framework work with current versions of php?
Or do u recommend me use 7.4 php certainly?
If it's a good framework, it can be adapted and built for production as well...
what screen recording software do you use? and what resolution you record in
Obs studio.
I record on 1080p with 350% scaling
@@TheCodeholic nice one keep up the good work l
@@TheCodeholic one more thing is that 350% scaling in your editing software or obs
It is just scaling on my windows
Why should I not use it for prod ?
Because it has not been tested well enough
Is this course still workable after 3 long years bro? Please confirm, if we need to change some codes, or where it needs to be updated. Thanks, bro, you are awesome.
which one is newer, this or the one on freecodecamp?
They are the same
Thank you for your amazing works 👏🏼
I would like if you suggest me a PHP learning path from A to Z using your videos and playlists.
From where have I start and how can progress from that.
Thank you again 😊
Start with 5 hours PHP course, then do OOP playlist. Then do some OOP projects and then this framework.
ua-cam.com/video/yXzWfZ4N4xU/v-deo.html
ua-cam.com/video/JmDHHhxfe1w/v-deo.html
ua-cam.com/video/1Ip7_hdSqzY/v-deo.html
ua-cam.com/video/sBP6HKRW0sM/v-deo.html
ua-cam.com/video/WKy-N0q3WRo/v-deo.html
@@TheCodeholic thank you very much my PHP hero
@@TheCodeholic There's a lack of PHP learning paths. If there is, most of them are outdated. Please make a separate video about PHP learning paths. You can suggest us the courses, books and your playlist. Thanks! 💕😇🙏🙏
Thank you Rajesh.
Good advice. I am also thinking about it.
@@TheCodeholic 😇😇🙏🙏
What kind MVC Framework should be used in production? What is disadvantages? :) Should we use Laravel framework MVC in production? :)
I upload this project on linux server but not read my routs.why?
Probably because you need to enable url rewrite.
@@TheCodeholic it is enable, i use this .httaccess :
RewriteEngine on
RewriteRule ^$ public/ [L]
RewriteRule (.*) public/$1 [L]
and this .httaccess in public directory:
RewriteEngine On
RewriteBase /mvc-framework/public
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php?$1 [QSA,L]
but not recognize my routes return 404,what should i do?
Why is it not recommended for production? sorry for the question.
Because the framework is not stable and it might have many bugs.
very nice.please create project for resume create
wow, nice
Why not use it on production?
Because it is untested framework created in several hours.
You are a Star!!!
in Yii1 Rest api how can i enter pdf download code? can u help me?
Sorry man, but I don't have much experience on Yii1.
Let's go! :D
Good luck
Do you have videos on laravel
Not yet
@@TheCodeholic will it happen
Awesome
Thanks
thanks for thos playlist
Glad you like them!
I have several questions in my mind, beside I have some experiences (intermediate PHP lvl maybe) but some still bugging me and I want to achieve my PHP level go beyond. BTW I want to know some best practices about PHP things.
Do you have some kind of tutorial about simple CMS that accommodate currently best practices, maybe you have some plan how to make such of those MVC building CMS on top of that, but wait, there are too many PHP tutorial about those things out there. I give you some suggestion something that miss most of PHP CMS tutorial out there.
- admin dashboard with configuration where end user doesn't have to change anymore inside code that prone to error by him/her.
some basic site setting that can change like theme or even add/remove extension.
- maybe someone give advise you can learn it by exploring already CMS like WP, but that overwhelming and easy to get lost, btw WP still have old code that sometime make a life even harder than used to.
- I found simple CMS that i can learn to is Pico but still this CMS rarely updated and i don't even know if it apply new tech or not.
-in simple way i ask you how to make your custom MVC turn to simple CMS (maybe some tut about this), and make it configurable with admin ui and also with pluggable extension and theme
thanks in advance
Thanks a Lot!!!
Welcome
Hey, Make laravel package development tutorial 🙏
გამიხარდა ლინუქსის ტუტორიალის დროს ქართული რეგიონალური პარამეტრები რომ დააყენეთ, მაშინ მივხვდი ქართველთან რომ მქონდა საქმე, წარმატებები და დიდი მადლობა.
მადლობა ილია
Dayı sen Türk müsün?
ის რაღაც ფაილი გადმოვწერე და იქ ქართული გვარ სახელი იყო, მერე კარგად დაგხედეე და ქართველი ხარ თურმე რამდენიხანია გიყურებ ;დდ
მიხარია ქართველებიც რო მიყურებენ
bangladesh er kew ki asen
Awosem
Thanks
2023
I am new to this. I am learning the basics of PHP MVC by watching your video. Thank you very much.