It is.
Yes it does. And I learn new ways of doing some things or new things altogether.
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.
I 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!
Congratulations. What part of Laravel are you going to be involved with? Curious.
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.
I'll try.
Nah, 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.
that's fun. Also terrifying for an introvert.
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 .
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.
// 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
Would you mind adding me?
PrintYourCopy
Building has instant tangible reward. The problem with marketing/selling is that it feels like shooting in the dark.
Built my first SAAS and it earns some money :)
Would you mind adding me to the Laravel club, thanks Justin.
Nuno knows Laravel. So when he says, might as well do it.
Just updated my AppServiceProvider.
Skipping the vite and guarded stuff.
I can totally relate to that. I feel like X simply just doesn't work for me.
Thank you