PHP
Are Your Queue Workers … Working?
Using queues in @laravelphp is great … unless the queue has silently failed and you didn’t even know about it 🚨 I’m going to show you a simple and lightweight strategy to notify you when Read more…
Using queues in @laravelphp is great … unless the queue has silently failed and you didn’t even know about it 🚨 I’m going to show you a simple and lightweight strategy to notify you when Read more…
Here’s a nice talk by Ruslan Steiger given at the Laravel Switzerland Meetup on how to use Ray.
AI (Artificial Intelligence) is a trending topic in the programming space. It enables developers to do incredible things, and lots of startups build products around it. Read more
Creating wildcard subdomain SSL certificates isn’t that straightforward with Let’s encrypt as a normal SSL certificate. Read more
In this fun AMA session with Taylor, you’ll learn what Laravel Beep was going to be, the future of Inertia, and lots of nice tidbits on the Laravel ecosystem.
[AdSense-A]
We've released a new package called spatie/laravel-horizon-watcher. This one can automatically restart Horizon after any code change.
In this post, I'd like to share why we've built and how you can use it.
[AdSense-A]
We're proud to announce that Mailcoach Cloud has been launched. Using Mailcoach, you can create beautiful email campaigns, set up drip campaigns (or any email automation), and send transactional emails.
Mailcoach works well, whether your email list has 5 or 500 000 subscribers (yes, Mailcoach has been used for lists of that size), or even more. And thanks to our sharp pricing, Mailcoach is the most affordable solution compared to our competitors in most scenarios.
Privacy-minded people will appreciate that open- and click tracking is off by default. And to people that require full GDPR compliance, we can proudly say that everything is hosted on EU servers owned by EU companies.
In this blog post, I'd like to share why we've built Mailcoach, how you can use it, and how we have built it.
Let's dig in!
[AdSense-A]
In the SaaS'es I usually work on (Flare, Mailcoach Cloud, Oh Dear), we've recently introduced an improvement to how we handle support. We call it "auto-impersonation".
In this blog post, I'd like to tell you all about it.
Tracking changes in a table or several tables for that matter can be essential for your application, and we are going to take a look on how to do that using only the MySQL/MariaDB database. Read more…
PHP 8.3 will be released in November 2023, and as usual, you need to be up to date with new features and breaking changes for easier transitions. Read more