Nice one! 😂
Nice one! 😂
You might want get on the list now. That’s all I’m saying. 🤫
filamentthemes.com/themes/custom
You might want get on the list now. That’s all I’m saying. 🤫
filamentthemes.com/themes/custom
Just used it to refactor store creation for the Filament Themes demo — so much cleaner. 🤤
Thanks @cosmastech.bsky.social! 🫶
Just used it to refactor store creation for the Filament Themes demo — so much cleaner. 🤤
Thanks @cosmastech.bsky.social! 🫶
Thanks for listening to the complaints, Apple. 🍎
Thanks for listening to the complaints, Apple. 🍎
Don’t ask me why 😂
Don’t ask me why 😂
1. Store hooks in .hooks to version them with Git.
2. Add "git config core.hooksPath .hooks" to your Composer setup script to link the hooks during setup after cloning the repo.
Super easy, zero dependencies.
1. Store hooks in .hooks to version them with Git.
2. Add "git config core.hooksPath .hooks" to your Composer setup script to link the hooks during setup after cloning the repo.
Super easy, zero dependencies.
You know what? Fuck that.
I’m back — with em dashes. 😂
You know what? Fuck that.
I’m back — with em dashes. 😂
No more manually running commands or waiting on CI pipelines.
Want me to show you how to set up hooks super easily? Drop a comment below! 👇
No more manually running commands or waiting on CI pipelines.
Want me to show you how to set up hooks super easily? Drop a comment below! 👇
Got some really helpful feedback, and I think I’m ready to invite the next round of early access users next week! So exciiiitiiiingggg 😄
If you’re eager to get started, let me know below 👇
Got some really helpful feedback, and I think I’m ready to invite the next round of early access users next week! So exciiiitiiiingggg 😄
If you’re eager to get started, let me know below 👇
Has anyone tried relying only on native hooks instead of Eloquent’s feature?
Any limitations you’ve hit?
Has anyone tried relying only on native hooks instead of Eloquent’s feature?
Any limitations you’ve hit?
Inline feedback is often enough: clear, unobtrusive, and right where the user is focused. 👇
Inline feedback is often enough: clear, unobtrusive, and right where the user is focused. 👇
Blade, CSS, and JS, all grouped in a single component folder.
Can’t imagine doing it any other way now…
Blade, CSS, and JS, all grouped in a single component folder.
Can’t imagine doing it any other way now…
Absolutely love this “memoized computed property” pattern. It ensures computationally heavy class properties are calculated only once, even when accessed multiple times.
So much cleaner than a separate method and property. 🤤
Absolutely love this “memoized computed property” pattern. It ensures computationally heavy class properties are calculated only once, even when accessed multiple times.
So much cleaner than a separate method and property. 🤤
Just like it does for resources, pages, and widgets. Perfect for keeping panel-specific components organized, scoped to the panel, and alongside your main folders. 👌
Just like it does for resources, pages, and widgets. Perfect for keeping panel-specific components organized, scoped to the panel, and alongside your main folders. 👌
Just press command + space and then command + 4.
Really digging the Spotlight improvements in macOS Tahoe in general! 👍
Just press command + space and then command + 4.
Really digging the Spotlight improvements in macOS Tahoe in general! 👍
The absolute truth, Nielsen Norman Group, tells you to not repeat password fields! 🤣
The absolute truth, Nielsen Norman Group, tells you to not repeat password fields! 🤣
Explored how Filament’s core patterns can be applied to custom plugins to improve flexibility and maintainability.
It always excites me to see what you’re all working on 😄
Explored how Filament’s core patterns can be applied to custom plugins to improve flexibility and maintainability.
It always excites me to see what you’re all working on 😄
Laravel’s latest products, Nightwatch and Cloud, also follow the single-password-field pattern at sign-up! 😄
Laravel Cloud even leaves out the name field. Makes me wonder if that would be an even better approach...
Laravel’s latest products, Nightwatch and Cloud, also follow the single-password-field pattern at sign-up! 😄
Laravel Cloud even leaves out the name field. Makes me wonder if that would be an even better approach...
Forcing users to enter passwords twice adds friction and lowers conversion rates.
Why optimize for a couple users who make a typo? Just let them reset their password.
More friction for a few, less friction for most. 👌
Forcing users to enter passwords twice adds friction and lowers conversion rates.
Why optimize for a couple users who make a typo? Just let them reset their password.
More friction for a few, less friction for most. 👌
Users get no clear signal when they suddenly can’t type more characters, and when pasting, they may not even notice that their text was truncated.
Much better to allow any length and validate on the backend. 🔙🔚
Users get no clear signal when they suddenly can’t type more characters, and when pasting, they may not even notice that their text was truncated.
Much better to allow any length and validate on the backend. 🔙🔚