Laravel Ecosystem Tweets
I've used this pattern before, but hearing @DCoulbourne and @calebporzio talking about it recently prompted me to share this snippet.
— Michael Dyrynda (@michaeldyrynda) 2 gennaio 2019
Use a switch statement to do away with a temporary variable pic.twitter.com/ZOptcNE7kO
Centering Things in CSS Using Flexbox: https://t.co/JrvAamUQzy @alligatorio
— Diego Griep (@diegogriep) 2 gennaio 2019
Laravel Core Adventures - Did you know?
— Christoph Rumpel (@christophrumpel) 31 dicembre 2018
When working with routes, it's crucial to know only the first matching route will be returned. That's why the order of your routes is crucial. Only exceptions are fallback routes.
Here is the snippet from the RouteCollection class. pic.twitter.com/cUKicQfMDy
Laravel pagination with search — add query string with pagination #pagination #Laravel https://t.co/CB0u6KIqd6
— LaravelMade (@laravelmade) 14 settembre 2018
Did you know you can easily download files from storage thanks to this contribution from @reinink? pic.twitter.com/0PE5J3R1dt
— Taylor Otwell (@taylorotwell) 26 gennaio 2018
Tip: With async/await, you can run multiple async operations in parallel. How? Put the await statements on the same line! Works like promise.all. https://t.co/0aoAAvILmE#javascript pic.twitter.com/RMrXKp8D7V
— Cory House
Annonymous classes in PHP 7 are perfect for small inline view models. Makes the view so much cleaner! pic.twitter.com/z9b4UKytk9
— Joseph Silber (@joseph_silber) 20 novembre 2017
TIL Eloquent's query builder has a whereBetween function#laravel #php pic.twitter.com/SyCXshL3Oe
— Freek Van der Herten (@freekmurze) 5 novembre 2017
Remember to set the value of `retry_after` to the maximum number of seconds your jobs may run. Mind --timeout=0 jobs. Most of queue related issues are because the value is misconfigured. pic.twitter.com/X0cxzALKAE
— Mohamed Said (@themsaid) 16 novembre 2017