
Clem Blanco
@clemblanco
Followers
425
Following
1K
Media
326
Statuses
8K
Software engineer @infomaniak β’ Open source and Laravel enthusiast
Annecy, France
Joined February 2009
Yes π€
Today's Laravel release introduced a new "failover" queue driver. It's now super easy to failover to executing jobs synchronously if your primary queue driver is down, or you can failover to another queue driver. π₯ https://t.co/xI0v63dbBq
0
0
0
We really hope you enjoy and get a lot out of this series. It's entirely free to watch. Here's the first episode in full. πΎ
0
1
13
πͺPower up your Laravel requests You can add very simple getters on the request, so: - You actually know what's on the request - You have types - You can do basic data transformation
2
8
132
I got into Laravel back in 2014 and quickly ended up using a Spatie package. Today, I've met one of my heroes. Thank you @freekmurze for being the friendly human being you seemed to be online. Postcard from @infomaniak in Geneva delivered by hand at the @afup ForumPHP in Paris βοΈ
1
0
7
This is really nice. I found out about this while reading the whole docs this year :-)
π₯ Did you know you can chain on methods to @laravelphp's config() helper to ensure you get certain types back? Just resolve the config() function first, then pass the key into the type method. Really helpful if you're trying to make PHPStan happy!
3
3
27
New Laracasts Snippet, ready for your weekend! We discuss programmer anxiety, and why it would be weird...if you didn't feel it.
5
16
133
After watching how many commands @hugosaintemarie had to run to setup a Laravel app on his machine I immediately shipped this new setup command to Laravel's composer.json file. A good starting point but you can customize it for your own application. - clone project - composer
30
46
635
When I politely decline scheduling a "quick call", it's not because I don't literally have the time β there's always room for 15 minutes here or half an hour there! β it's that I can't afford to spare the attention.
102
266
4K
mega php tip: use #[SensitiveParameter] for sensitive parameters.. php will hide its value in stack traces, error messages, and logs.. this prevents accidental leaks of secrets in production.. absolute chef's kiss tip.. β¨
24
104
904
It's obvious at this point
#1 bestselling car in the world: An EV Fastest production car in the world (308mph): An EV Quickest (0-60mph) production car in the world: An EV Cheapest car to maintain in the world: An EV Most efficient car in the world: An EV Most environmentally friendly car in the
151
752
5K
I was lucky enough to get my hands on a copy and oh boy this was a good refresher to read it for the second time on paper. Thanks for sorting out the shipping @gonedark It's short, it's neat, and still very much on point.
There's just a few print copies left of BaseCode. I won't print anymore. Join the only other 42 people to have one (I kept 2 for myself). I'm hand-delivering copies at Laracon US and Laracon AU, or we can figure out shipping.
1
0
1
I've used Laravel every day for 12+ years, and it amazes me how feature rich this framework is. I keep discovering new things all the time and it blows my mind π€―
12
4
145
Took 35 seconds for GPT-5 to realize it was wrong about Facades.
0
0
0
Laravel Tip π Starting on version 12.22, Laravel introduces a new helper: to_action, that can be used to generate an HTTP redirect response directly to a Controller method. π₯ Check out the example to learn how to use it! π
1
20
90
"Happiness comes and goes, but the meaning of being directly connected by DNA to a human you brought into this world is ever lasting."
world.hey.com
The birth rate is dropping all over the world. In some places, like South Korea (0.72), it is so low people are starting to worry about a national extinction. In other places, including all of Europe...
8
16
287
π₯ New validation in Laravel 12.21 There's a new `in_array_keys` validation that ensures specific keys exist in your arrays. No more manual array_key_exists checks.
1
13
77
These new route inlay hints in @laravel_idea for @phpstorm are honestly so amazing! π Thank you @Adelf32 and @o_gorbunov_dev for the great work!
4
4
33
Laravel's toUri() Method for Dynamic URL Construction https://t.co/GtrG8FcRzb posted by @harrisrafto
laravel-news.com
Laravel's toUri() method converts strings to URI objects supporting fluent query parameter addition and modification. Streamline URL processing from text extraction to dynamic parameter construction...
0
11
43