The service that started as six endpoints now has a scheduler, three queue workers, two admin screens and four people working on it — and every one of…
Facades and Eloquent are both commented out in a fresh Lumen application, and the instinct is to switch them on immediately, which gives back most of what was…
A config file dropped into config/ in Lumen is simply not read, and config(‘services.stripe.key’) returns null with no error — which costs an hour the first time. This…
Every service eventually needs the same provider: bind the interfaces, register the client with its credentials, and set up whatever the framework does not do on its own.…