It is.
21.01.2025 08:52 — 👍 1 🔁 0 💬 0 📌 0Yes it does. And I learn new ways of doing some things or new things altogether.
20.01.2025 13:13 — 👍 0 🔁 0 💬 0 📌 0
Been struggling with what's next.
Lack of Focus.
So I go to reddit and answer some questions. Solve someoe else's problem.
Weirdly, it sparks ideas and makes me feel like I did something.
#buildinpublic
Find one customer. Build it for them. And see if you can expand.
03.01.2025 11:10 — 👍 1 🔁 0 💬 1 📌 0I did an atomic switch for the new release, but for some reason, the styles messed up on everything except my PC. I tried fixing it a bunch of times. After a few hours of troubleshooting, I figured out that there was a hot file causing the issue. Once I deleted it, everything was back to normal!
03.01.2025 09:56 — 👍 1 🔁 0 💬 0 📌 0Congratulations. What part of Laravel are you going to be involved with? Curious.
02.01.2025 23:51 — 👍 1 🔁 0 💬 0 📌 0
Working on a CMS with #Laravel + #FilamentPHP
Pages + reusable sections = efficient pSEO.
Plan is to generate tons of landing pages quickly.
🤞🤞
#buildinpublic
I generally pick from flowbite.
flowbite.com/blocks/marke...
Makes sense.
11.12.2024 18:30 — 👍 0 🔁 0 💬 0 📌 0I'll try.
05.12.2024 14:13 — 👍 1 🔁 0 💬 0 📌 0Nah, but I know the guy who created it (through X). I think his way of handling votes and all that is way better than PH’s, in my opinion.
05.12.2024 14:12 — 👍 0 🔁 0 💬 0 📌 0that's fun. Also terrifying for an introvert.
04.12.2024 21:21 — 👍 1 🔁 0 💬 1 📌 0
Here's a starterpack with quite a few good saas founders building in public.
bsky.app/starter-pack...
That means you got things right and someone has found real value. Keep going .
04.12.2024 21:07 — 👍 1 🔁 0 💬 1 📌 0
Does anyone use Laravel Log Viewer in production?
Would love some real use feedback (log-viewer.opcodes.io)
We make videos that developers want to watch =? Agreed. Recently watched your Logs & Dusk video for a project.
04.12.2024 17:32 — 👍 1 🔁 0 💬 0 📌 0
// Traditional approach
$displayName = $user->name ? ucwords($user->name) : 'Guest';
// Using transform()
$displayName = transform($user->name, fn ($name) => ucwords($name), 'Guest');
I feel, in this use-case, the first one makes more sense. Clearer.
Nice package.
Was just considering adding a table to log all sent emails. I use Zoho's Zeptomail for transactional emails.
Thank you
04.12.2024 14:21 — 👍 0 🔁 0 💬 0 📌 0Would you mind adding me?
04.12.2024 14:16 — 👍 1 🔁 0 💬 1 📌 0PrintYourCopy
04.12.2024 14:07 — 👍 1 🔁 0 💬 1 📌 0Building has instant tangible reward. The problem with marketing/selling is that it feels like shooting in the dark.
02.12.2024 19:39 — 👍 1 🔁 0 💬 0 📌 0Built my first SAAS and it earns some money :)
02.12.2024 19:12 — 👍 3 🔁 0 💬 1 📌 0Would you mind adding me to the Laravel club, thanks Justin.
02.12.2024 19:10 — 👍 0 🔁 0 💬 0 📌 0
Nuno knows Laravel. So when he says, might as well do it.
Just updated my AppServiceProvider.
Skipping the vite and guarded stuff.
Currently expanding printyourcopy.com
02.12.2024 18:47 — 👍 0 🔁 0 💬 0 📌 0I can totally relate to that. I feel like X simply just doesn't work for me.
30.11.2024 09:28 — 👍 0 🔁 0 💬 0 📌 0Thank you
29.11.2024 16:37 — 👍 0 🔁 0 💬 0 📌 0