I’m not really posting here anymore. Follow me over on Bluesky (link in bio) for updates on my Statamic addons, other packages, experiments and general rambling. 🙂
I am excited to announce Dagger 🗡️ - a component authoring library for Laravel Blade.
Dagger provides a new component compiler and runtime, focusing on performance, and introduces new features to help build robust, extensible UI libraries.
Did you have a chance to try the Field Actions in @statamic? 🤔
If not you should give it a try - IMO, it's one of the most amazing features this #CMS has. 👍
Also, I wrote a thing about it
maciekpalmowski.dev/blog/fie…
Loving how quick @LaravelLivewire Volt Flux make building things!
Got full CRUD, searching, sorting, pagination, validation, authorisation and toasts in a relatively tiny single file component: gist.github.com/jacksleight/…
Wondering what I can improve though. What have I missed?
Published a post on using my @statamic Distill addon to refactor content. eg. if you decide to change the structure of a set and need to update existing content to match: jacksleight.dev/posts/refact…
🚀 Just released Statamic 5.39.0 into the wild which includes this hot new feature from the mind of @jacksleight!
Field actions will let us (and third party developers) hook into fields and do almost anything. Not to mention they make our UI much sexier 💅
Full notes: github.com/statamic/cms/tree…
This is the syntax (stripped down), the buttons in the video just toggle the angle and base classes. Actual implementation is pretty simple since CSS handles (almost) all of the trig.
Released a new @laravel package and @statamic addon: 🌄 Raster.
They make it super simple to rasterise views to images. Automatic scaling, caching, protection and preview mode. Zero configuration (unless you need it).
Links below 👇
Laravel Forge now has a first-party integration with @statamic, a CMS built on Laravel.
This means you can create a new site with a Statamic starter kit all within your Forge dashboard.
Playing with a @statamic experiment that’s been bouncing around in my head for quite a long time. Could be pretty cool, and it’s only half Bard related…. maybe two thirds.
Do I need this: 👀 ?
Been testing @LaravelLivewire Flux customisation using Blade Tailor. These styles are defined in one file, without publishing the templates or using CSS overrides (mostly).
(I love Flux's look, but I’d like to use it in projects with their own style, so I'm just experimenting.)
I have a little tool that allows you to globally alter the props and classes used by blade components, making it super easy to customise external components without publishing their views. Just got it working with @LaravelLivewire Flux!
Added some new features that make it super easy to make changes to multiple components at once, like if you want all the small text to be bigger, or all the rounded corners to be pointy. Tagged v0.2.
I've wrapped this up into a package if anyone wants to give it a spin. This is currently an experimental work in progress, please read the warning in the readme. github.com/jacksleight/blade…