Installation
Laravel is the fastest growing PHP framework right now. With so many built in features and available 1st and 3rd party packages, Laravel is a skill that every PHP developer should have in their tool belt. Follow along as we get Laravel installed in our local machine.
Package Auto Discovery
In this episode, we are leveraging one of Laravel's latest features, Package Auto Discovery. Let's work together to have our package connect to any Laravel application automatically.
Let's Get Started
We are starting from scratch, pulling in the required testing package and setting up composer with PSR4 autoloading and PHPUnit.