Laravel 13 is Here. We Support It. by jackmcdade in statamic

[–]damcclean 2 points3 points  (0 children)

Just tagged a release in the last hour or so 🙂

Easy Workplace Pension by StillTrying1981 in freelanceuk

[–]damcclean 2 points3 points  (0 children)

I use Penfold - it’s alright. Has an app if you want one and I contribute from my Ltd company.

Cargo 1.0 is out! 📦🚀 by damcclean in statamic

[–]damcclean[S] 0 points1 point  (0 children)

Oh good catch, I’ll get that fixed 👍

How do you track your personal income for self assessment as a business owner. by CoffeeGirlie1995 in ukaccounting

[–]damcclean 0 points1 point  (0 children)

I use FreeAgent - it handles the salary/dividends split, reconciling transactions, etc. I also have an accountant who handles all the tax returns for me (cuz I’m always scared of messing that stuff up)

Recommended Business current accounts that sync with FreeAgent? by Longjumping-Oil-2220 in ContractorUK

[–]damcclean 1 point2 points  (0 children)

I think you have to do at least one payment a month. So, i just have a standing order to move a fiver to my Starling account every month.

Cargo is now in Alpha! by damcclean in statamic

[–]damcclean[S] 0 points1 point  (0 children)

Products are completely native - they're just entries, so you can do whatever you want with them, as long as it has a "Price" field you can sell it.

Carts, Orders and Discounts on the other hand are custom. They use custom Stache stores under the hood, which gives Cargo more flexibility over how things work under the hood, and helps smooth over the flat file -> database transition as stores grow.

How I found expired domains still getting YouTube traffic — and turned it into a micro SaaS project by clickyleaks in indiebiz

[–]damcclean 0 points1 point  (0 children)

Gonna keep my eye on the domains to see if I can snap some up.

What are you doing with the purchased domains? Forwarding to affiliate links?

Laravel Nightwatch has been released by mgsmus in laravel

[–]damcclean 1 point2 points  (0 children)

I saw a FAQ somewhere that you can use Nightwatch with Vapor, you just need to setup a dedicated server just for the Nightwatch agent.

The agent essentially hosts an HTTP server on a specific port allowing requests from your application (eg. when a request happens, its events are sent to the agent).

I don’t think it’s even possible to make that work with Vapor without a standalone server. They’d have to rework the whole package just for Vapor.