There are, definitively, ways to NOT learn something, especially Laravel and programming related topics. So, what is the best way to learn... (more…)
Read more »
If your Laravel app uses multiple locales, it can get tedious keeping track of translations that are yet to be added to the appropriate translation files, e.g English translations in resources/lang/en/validation.php and French translations in resources/la... (more…)
Read more »
Use the prepareForValidation method to cast request parameters to Enums. (more…)
Read more »
DDEV makes local development with Docker extremely easy. Simply install using your favourite package manager... Installing DDEVWindows using Chocolatey: choco install ddevMac/Linux using Brew brew tap drud/ddev && brew install ddevMac/Linu... (more…)
Read more »
Packages play a big role in the Laravel scene. How big and which packages? To find it out we took the data from the Packagist.org API and filtered out the Laravel packages. How did we identify the… (more…)
Read more »