In this tutorial, C.S. Rhymes shows us how to make a Laravel package from scratch.

laravel package

I’ve always been interested in making a package for Laravel so I thought I would make a simple example package and share what I had learnt from the process. The package is very simple and just contains some extra collection methods, so I decided to call it extra-collect.