Developing and Distributing Laravel 5 Packages
If you find yourself implementing the same functionality over and over again in different projects, that's a good reason to make a separate package with that functionality that you'll be able to simply include whenever you need it. In this post I'll expla...