To whom it may concern, I'm Alireza a Software Architect, Consultant and Trainer of Enterprise Web Applications. For a significant chunk of my waking hours I’m a PHP expert, Author, Speaker.
Exceptions are a very important aspect of application development, and they are an excellent tool for controlling the execution flow of the application.
As a PHP developer, you may use the Test-Driven Development (TDD) technique to develop your software by writing tests. Typically, TDD will divide each task...
This is a short overview of how to create a Laravel 5 package. As you will see, creating the package is easy, and can be an important tool for simplifying...
Doctrine 2 is an ORM for PHP that provides transparent persistence for PHP objects. In this tutorial, you'll learn how to set up Doctrine ORM with Laravel 5.