Laravel Pro Tips
#validation #arrays
Yesterday, a really useful PR got merged into Laravel! It adds a "required_array_keys" validation rule. The rule checks that all of the specified keys exist in an array. I can already think of a few places in my projects where I could use this myself π #laravel #php
Ash Allen π
#responses #cache #http
Handling HTTP caching is a little tricky in #Laravel because it's can be a two-step process (eg. on pages that need to make lots of external API/database calls). Here's a basic example. I've got another package in the works that will make it much easier! https://t.co/tuuwtNH3IL
Chris #BlackLivesMatter
#dto #data
π‘ This is a DTO or Data Transfer Object from the Domain-Driven Design world. It helps you: - Get rid of random arrays - Structure your unstructured data - Type-hints everywhere! 𧡠Keep Reading
Martin Joo
#security #strings
Pretty cool string helper method https://t.co/TmAq1B1mqo #laravel #php
Freek Van der Herten π
#pagination #collections
π₯ #Laravel paginator tip: you can use getCollection and setCollection if you need to do something to the paginator underlying data. Trust me you'll know when you need this.
Alan Rezende π₯ Full Stack Developer
#eloquent
Eloquentβs expressive syntax for where() clauses can help make your code more readable. Using this method can streamline the querying of any property to keep things lean. #Laravel
Kirschbaum Development
#eloquent #models
πΆοΈ #Laravel tip: You can use a `withDefault()` on `belongsTo` or `morphTo` to guarantee a default empty Model is returned when there is no corresponding record. Laravel Eloquent πͺ #PHP #Developers
Bilal Haidar
#numbers #ui
π₯ #Laravel Tip: When dealing with large numbers e.g. for analytics, the exact value often becomes less important the larger it gets. It can therefore be better to simplify the value when displaying it in the UIβ¦
Matt Kingshott
#requests #authorization #bearer token
#Laravel Tip π₯ : bearerToken() is very handy when you are working with apis & want to access the token from Authorization header. #PHP #webdevelopers #developers
Mohammad Haris β‘