I am really really grateful for the series and our beloved instructor Jeffery Way. I am more than lucky to get the opportunity to learn from Jeffery and Gio (from program with gio) at the start of my web development journey. Of course, I'm going to rewatch the series again.
@porrapatcpe20 Жыл бұрын
Congratulation, this course is finished! Thank you for this course.
@لوسيفرجبريل17 күн бұрын
Great series. thanks a lot.
@NgaPyae-j7m3 ай бұрын
Thanks u sir , it’s a journey for me and finally finished
@AK2000YY3 ай бұрын
thank you bro this course is the best
@dav19us7 ай бұрын
Thanks for the course, it was a great job! Although I've been a Laravel developer for almost 4 years, I found out this course really interesting and have learnt something inside :)
@shankoti3656 Жыл бұрын
loved this series , thank you Jeffrey ❤
@gromhellscream5581 Жыл бұрын
I've been enjoying the series. You did some awesome work!
@raunakhajela Жыл бұрын
I left PHP and moved to JS stacks. After this series it made me try PHP again. Thanks for doing this Jeffery sir. You are the reason I am able to learn web developement at home despite of my health challenges ❤
@SXsoft99 Жыл бұрын
Programing pays the heath insurance 😅
@raunakhajela Жыл бұрын
@@SXsoft99 It does lol
@SXsoft99 Жыл бұрын
Hope you don't delete the series as well, I got a lot of friends to start learning with it 😅 Can you make a video series covering how to make a JS framework?
@Kanoe-r5d6 ай бұрын
Thanks for the course, man
@whisperscribe7 ай бұрын
Thank you for the great series!
@KhaledAbbas947 ай бұрын
Thank you Jeffrey! You did a great job!
@alalyrealestate1136 Жыл бұрын
Thank you for this amazing series. I've learned a lot from it.
@patrykkuniczak251610 ай бұрын
Thanks a lot, i was watch almost everything, i skip some part of forms, cause i don't need it now, but i was keep in mind, there's a source with this info, and when i will need it in the future, i can come back there and study it more deeply :) Now i can start my Laravel adventure
@me-sourav Жыл бұрын
Hey Jeff! Thanks a lot for teaching and guiding of all PHP and most importantly laravel nerds. ✨✨✨ And I think you may unlock the course in Laracasts for all as there we can be in track and monitor our learning activities. 🙂😇😇
@hirang1148 Жыл бұрын
Thank you for everything ❤️
@randomthings12973 Жыл бұрын
thank you sir, I have watched it all.
@mokapot8779 Жыл бұрын
Thank you for this amazing series. I've learned a lot from it, really. Around episode 45 I decided to follow your Laravel 8 from scratch series, and instanly felt familiar with the framework just like you said. That was 2 weeks ago and I'm already 80% done now. Can't wait to try your Vue and Inertia course next
@TitleZero-c5y Жыл бұрын
Thank you sir. I have to gained many knowledge from your video series.
@chandrasianipar736411 ай бұрын
thankyou Jeffrey
@DavutKember Жыл бұрын
🎯 Key Takeaways for quick navigation: 00:16 🗑️ Video serisi sonunda projenizi silmeniz öneriliyor. Çünkü bu serinin amacı temel kavramları öğretmek, gerçek projelerde kullanmak için değil. 03:00 🧐 Laravel ve Symfony gibi çerçevelere geçiş yapmanız öneriliyor. Hangisini kullanacağınızı belirlemek için dokümantasyonları incelemelisiniz. 06:03 💻 Laravel projesi oluşturduktan sonra, temel olarak "routes" ve "views" klasörlerini kullanarak URL rotaları oluşturabilir ve görünümler oluşturabilirsiniz. 10:15 🗂️ Laravel'de "controllers" kullanarak URL rotalarını daha yapılandırılmış bir şekilde yönetebilirsiniz. 14:57 🛠️ Laravel gibi bir çerçeve kullanmak, temel altyapı işlerini çerçeveye bırakarak uygulamanızın geliştirilmesine odaklanmanıza yardımcı olabilir. Made with HARPA AIclea
@nikolaivanovic88518 ай бұрын
Hey Jeffrey, what a great course, and it's free! Thank you for sharing this knowledge with us, it means a lot!!! I just have one question. In this video you say to continue learning with your course Laravel from scratch, but there is also a 30 days to learn Laravel course, so I'm a bit confused. What is the difference and what should I choose? Thank you again, you are a great teacher!!! :)
@Laracastsofficial8 ай бұрын
30 days to learn Laravel course is latest course which we re recorded for laravel 11, it gives you overall idea about Laravel, short of like crash course, Laravel from scratch give you deeper understanding of concepts, this doesn't mean 30 days to learn Laravel course have any less important content, so you may start with that.
@nikolaivanovic88518 ай бұрын
@@Laracastsofficial Thanks for the reply :)
@kurshadqaya1684 Жыл бұрын
Thank you!
@aogunnaike Жыл бұрын
Thanks alot ❤
@Nandor_mv Жыл бұрын
Thank you 😊. Next Laravel pls.
@MDTOHMDesign Жыл бұрын
Conditional question, I know, but purely for speed and resource usage (not counting caching) how much faster is your DEMO series than a vanilla Laravel 10 install? Laravel is great, but if you don't need all of the internal resources it includes, it just adds to the bloat of every call. Even BLADE itself has to be compiled down to PHP anyway, so although it looks nice it's not always the best option.
@SXsoft99 Жыл бұрын
You know you can remove what modules come out of the box in the config/app.php providers?
@MDTOHMDesign Жыл бұрын
@SXsoft99 Absolutely, you're right that Laravel provides a great deal of flexibility including the ability to remove or replace many of the pre-packaged service providers in config/app.php. That's part of the beauty of how Laravel is structured - it can be as lightweight or as full-featured as you need it to be, depending on the demands of your project. However, even with that flexibility, it's worth noting that the routing and view systems are fundamental to most applications and Laravel's approach, while powerful, can present a learning curve for those not yet familiar with its intricacies. The middleware, as well, is a core part of the framework that allows for powerful HTTP request handling, but understanding and managing the layers can add complexity. While I advocate for Laravel and use it enthusiastically, I acknowledge that for newcomers or those on smaller projects, this complexity can seem daunting. It's essential to consider whether the benefits of these features outweigh the initial complexity for your specific use case. In my experience, the investment in learning the ins and outs of Laravel's core systems pays off in the long run with robust, maintainable code. It's this balance that we as developers need to weigh when choosing the right tool for the job. It's a worthwhile discussion, and I'm glad you brought it up. It's conversations like these that help us all grow and make informed decisions in our development practices. What has your experience been with adapting Laravel to fit the needs of your projects?
@SXsoft99 Жыл бұрын
If you need more performance I think you need to go to a compiled language like GOlang But let's be serious the biggest bottlenecks for PHP happen at the SQL connection level
@DavutKember Жыл бұрын
-clear
@NaveenSharma-gq9qj Жыл бұрын
Please brother, there are some problems in this project: 1. How to use jQuery-ajax(send-data) and JavaScript-fetch(send-data)? Just tell me, I have a project incomplete.