finally the best Php tutor on youtube is back i think i will return to code with php🙂
@ProgramWithGio2 ай бұрын
Let's good, welcome back
@dustfromoldxp2 ай бұрын
From all of the PHP and Laravel tutorials, yours is one of the best for understanding the process of coding, programing from scratch. Thank you for your work and time investment!
@ProgramWithGio2 ай бұрын
Thank you 💙
@ProgramWithGio2 ай бұрын
💙💙
@personaje272 ай бұрын
Welcome back Mr Gio
@ProgramWithGio2 ай бұрын
Thank you
@bahezyounis31252 ай бұрын
I will suggest your courses for everyone who asks the best one for learning PHP the right way so i hope this one will be like pervious one thank you Gio good luck
@ProgramWithGio2 ай бұрын
💙💙
@udayan2852 ай бұрын
Go ahead we are with you Gio.💙
@ProgramWithGio2 ай бұрын
💙💙
@AhmedMeklad2 ай бұрын
Long time, welcome back 🎉
@ProgramWithGio2 ай бұрын
Thank you 💙
@mohamedkhodary78312 ай бұрын
Keep up the golden work Gio 💯
@ProgramWithGio2 ай бұрын
Thank you 💙
@alexb.14232 ай бұрын
Good explanation. The video looks a little bit slower than the others, but that's really good for me personally. Usually, I have to stop it and start it often when it's faster. I am waiting for the other videos.
@ProgramWithGio2 ай бұрын
💙💙
@TurntableTV2 ай бұрын
I absolutely love the animation style and presentation, Mr. Gio! I don't know if you edit these yourself or you have an editor but you're doing a fantastic job!
@ProgramWithGio2 ай бұрын
Thank you. I do edit most videos myself but I do get help on videos like this one where its too much animation involved. This video was edited by editor
@Flo-mz8ct2 ай бұрын
Thank you already for this course. :)
@ProgramWithGio2 ай бұрын
💙💙
@junjunghasudungan19052 ай бұрын
That cool video for explaination ..
@ProgramWithGio2 ай бұрын
💙💙
@MahmoudReyad2 ай бұрын
Great Lesson ❤🎉
@ProgramWithGio2 ай бұрын
💙💙
@fakh992 ай бұрын
Waiting On Fire 🔥
@ProgramWithGio2 ай бұрын
💙💙
@keremardcl67592 ай бұрын
One of the issue i got while i was watching the previous education series, I can see the number on the thumbnail but not in the title. Can you add them somewhere in the title? This is the 4th video but we cant say it from the title.
@ProgramWithGio2 ай бұрын
KZbin doesnt like that & usually doesnt promote the video as much. At least based on my experiments. That is why I put it in the thumbnail & not in title. There is also a playlist so you can see the order in playlist
@cswithismail94632 ай бұрын
Great video, Gio, as always. Are you going to cover how to build REST APIs with Laravel? Also, for the folder structure part, can you explain additional folders created like services , repositories ... ? And is it necessary or just for clarity or separation of concerns? Thank you.
@ProgramWithGio2 ай бұрын
Thank you. Don't think we'll cover REST API's here in depth. I have a video about default folder structure of Laravel explaining what goes where.
@JohnDoeJohn1012 ай бұрын
In this 'Learn Laravel The Right Way' series, could you make a video on how to optimizing performance, speed, scalability, and user experience in PHP Laravel for both API and web?
@ProgramWithGio2 ай бұрын
We'll cover some bits of that yea
@ZubbeeАй бұрын
Hi Gio, this has raised my curiosity, cause I remember the MVC pattern you talked and how you implemented it in the php series. You "custom" created it. But with the framework I'm wondering if the actual implementation will be similar. If there will be a kind of service layer that will contain the ORM (database calls) and the business logic or if all the business logic will be written within the model. Anyways, I'll keep following to see and learn. Thank Gio.
@ProgramWithGio27 күн бұрын
Its a bit different but you will see some similarities
@lairotuT-Tutorial2 ай бұрын
Hey Gio, I just found you :-) This is a great Video and I like your kinda cold, calm and sonoric style! This sounds like a very interesting Tutorial for me. And I'm looking forward to the next part! Indeed I am still not really convinced that I will (or perhaps better that I am ready to start with a framework like laravel). On the one hand it often sounds as if it is the only way that a programmer should work as it is so much easier and so much faster. On the other hand I feel a bit uncomfortable to give away this much "structure" for my project. I would highly appreciate if you could tell me if it is possible to switch a project back and forth from/to laravel. What I mean: If I use Laravel, will I be forced to start the project in Laravel from scratch or is there a way to import existing PHP code to laravel and only adjusting the needs by usage of the given testing and debug options? And the other way around. If I later find out that I have to breach the framework at too many points (e. g. because I want to follow different patterns than the framework does), will I be able to take the code back to "simple" PHP? Best Christian
@ProgramWithGio2 ай бұрын
Thank you. Laravel is kind of opinionated framework, yes you can structure it in a way that you can extract your domain logic and plug it into another codebase or framework with some tweaks & it would work, but it's not that simple. You would need to make sure you follow a set structure consistently & avoid using a lot of things that framework provides like eloquent. So you'd be abstracting a lot of things away at which point then maybe Laravel isnt the right tool to use if switching between frameworks is a common thing. I personally would look at it another way, how many projects did you have to switch the frameworks for before? Is it common where you work? If not then I wouldn't really worry about that too much. You can do a lot with Laravel & even incorporate your own styles, patterns & strategies.
@lairotuT-Tutorial2 ай бұрын
@@ProgramWithGio Hey! First of all I deeply appreciate that you seem to reply really every post and comment on your videos!!! Thank you soo much for keeping that close to your community! Warning: Long comment... had no time to refactor 🙂 Indeed I am a 100% hobby programmer but with deep interest. I am not able to care about that matter each day but that makes me even more sensible when it comes to solutions that are originated from the need to work together and aim to support understanding what a code is doing. I started to dive into programming when my father installed an IBM 286 system (hottest shit on the market that time) in his own company. 15.000 German Marks were an incredible sum to invest and it was the time when 2 Megabyte were incredible, when a needle printer with endless paper felt superfast and problems with mouse drivers encouraged me to deassemble the files, look up what it exactly does or doesn't and by trial and error get the little thing working as it was my intention. I worked my times through Assembler, C, C++, Turbo Pascal, Visual Basic, Visual Objects (when it already was a dead language as I tried to fix problems with an old project I wanted to get to work again - I failed) and since now two years I dive into scripting languages (I was only roughly interested in HTML in the 80's). Frontend is the neccessary evil for me. Backend and Middleware my essential and where usual programming, not only with frameworks but any high language end (I don't even know how it is called - understanding and supporting the core process inside the hardware framework), is my habit. Ignoring Visual Basic - where I would call VBA and Access kinda frameworks that always only made me feel like a prison I wanted to break out from - I never used frameworks but from the second I started with PHP I knew that it might become neccessary to get to feel comfortable with it 🙂
@ProgramWithGio2 ай бұрын
Hey! Thanks so much for sharing your journey. It’s always inspiring to hear about such diverse experiences in programming. It’s amazing how your curiosity and perseverance have shaped your path. I totally get the backend focus, and I’m glad to hear that Laravel seems like a framework that resonates with you. Feel free to reach out if you have any questions or ideas to share!
@أحمدكلش-ض3ع2 ай бұрын
Happy to be the first comment 😂🎉
@ProgramWithGio2 ай бұрын
💙💙
@SazianNULL2 ай бұрын
If I want to map some data like xml or REST API, is a model used for this in Laravel? In theory, a model is any data. But in many frameworks, model = orm
@ProgramWithGio2 ай бұрын
you would typically use a value object or DTO for that, not model directly
@Sathiyapriyan_j2 ай бұрын
If possible could you upload the video daily :) .
@ProgramWithGio2 ай бұрын
Unfortunately I cant because I dont have all videos recorded
@sergeisurin29632 ай бұрын
👍🙏
@ProgramWithGio2 ай бұрын
💙💙
@AsoASdiq2 ай бұрын
🥰
@ProgramWithGio2 ай бұрын
💙💙
@colydeane2 ай бұрын
Great videos but the "swooshes" are really annoying and distracting IMO.
@ProgramWithGio2 ай бұрын
Thanks for feedback. I'll consider using another effect in future videos
@bartek55982 ай бұрын
Please just drop this message bubbles - they are just irritating and confusing.
@ProgramWithGio2 ай бұрын
You mean animation in video? They look pretty good in my opinion, whats confusing about them?
@bartek55982 ай бұрын
@@ProgramWithGio I mean bubbles where there is text inside that you mark with rectangles while reading. You dont need to write text while speaking and thats non native like me speaking. Viewers can always turn on captions on YT, check Code with Mosh channel. He balanced that pretty well.