Can PHPStan find Dead Public Methods?
Thomas Votruba explains how you can go about this. Read more
Thomas Votruba explains how you can go about this. Read more
Pretty cool what you can do with CSS nowadays Read more
A nice writing tip by Derek Sivers Read more
Airdrop determines when you can skip building static assets, saving a LOT of time and server resources in continuous integration and deployment. Read more
Povilas demonstrates a nice little features that was recently added to Laravel.
A typical Laravel application will likely have many routes, config files and possibly some events. In your development environment, these routes and config files will be loaded and registered in each…