
Tina Hammar
@tinahammar
User has not added any information in their about section.


Laravel "doesnt_start_with" rule
Written by Tina Hammar
Did you know that Laravel has an undocumented validation rule? As opposed to "starts_with" there is a "doesnt_start_with". Just add the translation key to `validation.php` and you are good...


Mixing Image and Map coordinates
Written by Tina Hammar
I use [Leafletjs](https://leafletjs.com/) for both, map (OSM) and image based positioning. I also need to store both types of coordinates in the same database columns. This article is not a...