How to retrieve any geographical data from OpenStreetMap and transform them into usable PHP objects.
PHP
★ Typehinting Laravel validation rules using PHPStan’s type aliases
In this post, I’ll share how I’m using PHPStan’s type aliases feature to make validation rule typehints more readable and maintainable in our Laravel application. Read more