Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Community News:
"Laravel: From Apprentice To Artisan" Book Release
Jul 17, 2013 @ 15:31:41

As is mentioned on Reddit.com, Taylor Otwell (author of the Laravel framework) has released his latest book about the architecture of Laravel applications.

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.

The book covers a lot of common architecture concepts too, not just things specific to Laravel like:

  • Interfaces as contracts
  • Working with service providers
  • the Single Responsibility Principle
  • the Interface Segregation Principle
  • the Dependency Inversion Principle

You might notice that those last few chapters are actually covering the SOLID design principles. You can pick up the book over on Leanpub.

tagged: book release laravel framework taylorotwell architecture solid principles

Link: http://www.reddit.com/r/PHP/comments/1ifd09/laravel_4_from_apprentice_to_artisan_book_released


Trending Topics: