PHP
★ Laravel Mailcoach v6 has been released with a new UI and lots of improvements
[AdSense-A]
We're proud to announce that we have released v6 of the self-hosted version of Mailcoach.
If you have an active license, you'll be happy to know that this is a free upgrade. If you don't have a license, you can purchase it here.
In this blog post, I'd like to tell you all about the new features of this shiny new version.
PHP
A Composer tool to show unused Composer dependencies
When working in a big repository, you sometimes lose track of your required Composer packages. There may be so many packages you can’t be sure if they are actually used or not. This tool can Read more…
PHP
I'm out of a job
A post by Caleb Porzio that resonated with me. I’m pretty sure that every creator feels this way at some point in time. Read more
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…
PHP
Understand and fix bugs faster using Ray
Here’s a nice talk by Ruslan Steiger given at the Laravel Switzerland Meetup on how to use Ray.
PHP
How to build your next PHP project with a touch of AI
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
PHP
Wildcard subdomain SSL certificates with Let's Encrypt and Bunny DNS
Creating wildcard subdomain SSL certificates isn’t that straightforward with Let’s encrypt as a normal SSL certificate. Read more
PHP
Ask Me Anything About Laravel with Taylor Otwell
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.
PHP
★ Automatically restart Horizon when local PHP files change
[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.