Written by the creator of Laravel, this is the definitive guide to advanced application development with Laravel 4. Learn about dependency injection, interfaces, service providers, SOLID design, and more while exploring practical, real-world code examples. Whether you're building a robust, large application with the Laravel framework, or just want to sharpen your software design chops, this book will be of great value to you and your team.
Taylor Otwell is the creator of the popular Laravel PHP framework, and has a strong interest in software craftsmanship and design. His framework, Laravel, has become one of the most popular open-source PHP projects in the world, and is used by thousands of developers to rapidly build robust web applications.
I think every php developer must read this book, specially who used to use laravel as a framework, I liked that laravel creator himself wrote it and he is talking about laravel behind the hood and usually we don't see such kind of these books. he talked about how to understand the echo system of laravel and explained IOC in a great way and of course service provider. then talked about clean code and how to build scalable application. he finshed his book talking about famous principles "SOLID Principles" and how to apply by example. i think he summarize his ideas and philosophy to write clean, neat, scalable, testable code.
Great short read, even today, now that Laravel has progressed much. The discussed concepts are interesting for, and easily applicable in, other languages as well.
I found this small book to be quite rich in information. I've read it twice now and it gave me deeper understanding of the Laravel framework. The examples are really great and having the author referring to actual code used in building the framework made the read even more interesting. I really recommend this book, though it might be a bit outdated, to all those who are willing to look under the hood and have a deeper understanding of the framework.
The Book is great But if you want to learn about laravel and how it is used in the making a website then you can choose PF Skillbuilders and learn about Web Development and how to use Laravel and become a pro in the field of Web Development. Visit site to know more:- https://pfskillbuilders.com/laravel-c...
كتب مهم ومفيد جدا في فهم بعض المفاهيم الأساسية في لارافل مثل dependency injection و Inversion of control container و service provider
والتي بفهمها سينجلي الكثير من الغموض في فهم التصميم البرمجي لإطار عمل لارافل..
ثم يأتي الجزء الأقل أهمية وهو جزء شرح مبادئ SOLID وهذه المبادئ ستجدونها مشروحة في كثير من الأماكن خارج الكتاب.. والكتاب صغير حيث لا يتعدى ٧٠ صفحة..
وعلى الرغم من أن الكتاب يتحدث عن النسخة الرابعة من لارافل وأنا أثناء قراءتي للكتاب صارت لارافل في نسختها العاشرة إلا أن المفاهيم السابقة لم تتغير فهي في صلب إطار العمل نفسه.. وفهمها سيساعد كثيرا على التعامل مع إطار العمل بمستوى أعلى..
وإذا قرأت هذه المفاهيم ولم تفهمها جيدا فلا بأس من مراجعة مفاهيم البرمجية الكائنية OOP والعودة لهذه المفاهيم سواء من الكتاب أو من غيره..
This is an example of a small book packed with amazing content.
The concepts presented in the book are quite complex if you hear about them for the first time, but they are explained so clearly that it's a breeze to get a good understanding from this tiny book.
Also I was very pleasantly surprised to see that it's neither a mirror of the framework's documentation nor just another practical example of how to use the framework.
Great into to SOLID and to Taylor's way of thinking, if you're going to be doing much in Laravel I highly recommend reading this book as it will help you understand the framework. Despite the title I wouldn't try to read this book if you've never worked with Laravel before. Check out Laracasts for great intro (and advanced) topics.
most of code snippets available under the laravel documentation BUT it's perfect for the developer who want to know about SOLID principle or developer who want to be artisan in laravel