Ric Le Poidevin
banner
riclep.dev
Ric Le Poidevin
@riclep.dev
Founder: U&US https://uandus.co.uk/

Ambassador: @storyblok.com

Creator: Laravel Storyblok https://github.com/RicLeP/laravel-storyblok

Host of: @curiosityofpod.com
I hope it‘ll be more than two weeks, and also no time soon!
October 16, 2025 at 9:36 AM
Whoops! This broke caching your config. Instead you need to load the extensions with a service provider. If you only want the default Storyblok extension then skip this step and the package will handle it for you.
October 8, 2025 at 10:59 PM
There are new configuration options to use all this lovely new goodness!
October 8, 2025 at 4:55 PM
The email everyone wants to receive.

I guess I’ll wait until their team remembers to test before deployment then...

It’s still less annoying than dealing with the AI powered support though, things only started progressing when I coaxed a human into helping.
October 2, 2025 at 9:39 AM
This is great if you want to introduce a field to lots of blocks. For example, I have a custom plugin to manage responsive padding, I can make a JSON file (or export a Block already using it), then merge that field into all the Blocks that need it.
October 1, 2025 at 2:45 PM
I just updated my @storyblok.com Laravel CLI to introduce merging component fields. The way it works is you create a JSON file of just the new/updated fields you want and run the command specifying the Block to update.

artisan ls:merge-component block_name changes.json
October 1, 2025 at 2:41 PM
It needs a partner package that creates the JSON required to load the icons into Storyblok. Mine is in @laravel.com, but any framework should be able to generate it. The Laravel package will also have useful helpers for displaying the icons such as generating the element.
September 15, 2025 at 4:11 PM
I’ve been working on a new @storyblok.com plugin (well, technically a reworking of an earlier idea) that loads a folder of SVG symbols from your website and displays them in a custom field for selection and colouring. It returns an ID and colour name ready for the tag!

#StoryblokAmbassadors
September 15, 2025 at 4:11 PM
September 12, 2025 at 8:45 AM
I enjoy nothing more than animating SVGs. Give each character its own length timeline and you avoid everything looping at the same rate. Makes recording a looped video for sharing impossible though!
September 12, 2025 at 8:42 AM
I thought I knew my HTML elements pretty well.... but I just discovered <meter>!
September 5, 2025 at 1:35 PM
Fewer that 1%... even just 0.5% of hundreds of millions of people is still millions of people. That's a lot.
August 23, 2025 at 7:34 AM
Can’t wait for the vide coded humanoid robots....
August 20, 2025 at 8:36 AM
And using it in Blade.
July 21, 2025 at 1:36 PM
Want to save your SVGs in @storyblok.com’s asset manager but still want to be able to inline or manipulate them. Using my @laravel.com package, create a Field class and use file_get_contents() to load the content. Now you can style with CSS, animate, or whatever you wish!

#StoryblokAmbassadors
July 21, 2025 at 1:32 PM
Did you know you can check which components a blocks fieldtype contains in Laravel Storyblok?

Here I have a page, I get the ‘block()’ for the content type, then check if the ‘blocks’ field contains a ‘form’ component as a child.

ls.sirric.co.uk

#StoryblokAmbassadors
July 21, 2025 at 9:52 AM
I love the new @storyblok.com #Blueprints No more setup hell. Just jump in and start building the stuff that actually matters!

storyblok.com/lp/blueprints
July 14, 2025 at 1:07 PM
Loved this when I got it Christmas day 1995! It was a 4X game with no numbers which is an impressive design choice, and it worked.
July 10, 2025 at 8:38 PM
I missed this the other day, but my open-source @laravel.com package for @storyblok.com crossed 50,000 downloads. It’s amazing to think the package I created is being used by teams around the world to bring their websites to life!
June 4, 2025 at 8:23 AM
Animating the #SVG dash-arrays can give that shaky-line effect (that I hate!) which some cartoons use. Not the best video example as it’s scaled up here, but create an array with lots of random lengths then juggle of offset in #CSS.
May 6, 2025 at 8:58 AM
Lots of numbers in my latest project!
March 28, 2025 at 4:25 PM
It’s Friday so let’s enjoy the chilled out unicorn from the WriteStuff website. I think I should have added a sparky rainbow when the tail is flicked! 😅 #css
March 28, 2025 at 2:15 PM
I have added a new denylist feature to Laravel Storyblok 2.40.0 making it easy to list URLs that should not hit the Storyblok API.

Just create an array of strings or regex in the config. It should help you be kinder to the @storyblok.com API!

github.com/RicLeP/larav...

#StoryblokAmbassadors
March 21, 2025 at 11:20 AM
I'm keen to give Xyris a go to see how easy it will be to make animations like this one which relies on a JS library. Looks like Xyris uses SMIL so it'll be more portable and simple to drop into websites.
February 27, 2025 at 11:18 PM
Hello Laravel 12!
February 24, 2025 at 3:00 PM