How to PR to Laravel
I’ve had a few people message me on Linkedin, of all places?! Asking how to PR to Laravel, or for ideas. There’s no “secret method”, but I’ll outline some great steps to success below. I thought I’d put this out there, as it may not be obvious. The below isn’t a tutorial, so no guarantee it’ll work but is generally what I try to follow: 1. Take some time to read the source code Clone the framework repo, composer install, load it up locally, and genuinely go through it. Even if it’s one class at a time that you’re using. It’s important to understand the classes if you plan on making a change, even if its a small section. ...