All-hands planning meetings are probably a waste of time
Link – – mikeveerman.substack.com
Spicy headline, but good food for thought!
Read more [mikeveerman.substack.com]
Oh Dear is the all-in-one monitoring tool for your entire website. We monitor uptime, SSL certificates, broken links, scheduled tasks and more. You'll get a notifications for us when something's wrong. All that paired with a developer friendly API and kick-ass documentation. O, and you'll also be able to create a public status page under a minute. Start monitoring using our free trial now.
Link – – mikeveerman.substack.com
Spicy headline, but good food for thought!
Read more [mikeveerman.substack.com]
In a perfect world, email clients can render HTML as good as major browsers. Unfortunately, this is not the case. Email clients don't support modern HTML and CSS niceties and have a lot of quirks to be mindful of. Making sure an HTML email looks good in the most used email clients takes a lot of work.
To make crafting HTML emails a lot more enjoyable, the folks at Mailjet created a solution called MJML, which stands for "Mailjet Markup Language." It's an easy-to-use abstraction layer over HTML.
We have created a new package called spatie/mjml-php to easily convert MJML to HTML using PHP. If you're using Sidecar, you'll be happy to know that we've also created a package called spatie/mjml-sidecar, to convert MJML to HTML using Sidecar.
In this blog post, I'd like to introduce the package to you.
Stay up to date with all things Laravel, PHP, and JavaScript.
You can follow me on these platforms:
On all these platforms, regularly share programming tips, and what I myself have learned in ongoing projects.
Every month I send out a newsletter containing lots of interesting stuff for the modern PHP developer.
Expect quick tips & tricks, interesting tutorials, opinions and packages. Because I work with Laravel every day there is an emphasis on that framework.
Rest assured that I will only use your email address to send you the newsletter and will not use it for any other purposes.
Link – – tighten.com - submitted by Jamison Valenta
There are a many ways to organize software projects, each with their pros and cons. I’ll break down a few common methodologies, and share smarter ways of working that enable your team to remain flexible.
Read more [tighten.com]
Link – – ahmedash.dev - submitted by Ahmed Ammar
Dive into a hands-on experiment with Laravel and Livewire, exploring real-time page presence. Discover how to let users see who's viewing the same content in real-time. Packed with code snippets.
Read more [ahmedash.dev]
Link – – ahmedash.dev - submitted by Ahmed Ammar
Dive deep into the magic behind FormRequest validation and uncover the steps Laravel takes to make your life easier
Read more [ahmedash.dev]
Link – – fly.io - submitted by Chris Fidao
We see how to use the new Form objects in Livewire 3, and dig into how validation is wired up.
Read more [fly.io]
Link – – ahmedash.dev - submitted by Ahmed Ammar
Just used Livewire 3 and Volt to create a 'live users' stat component. Curious about the process? Come along as I show how it's done!
Read more [ahmedash.dev]
Link – – fly.io - submitted by Chris Fidao
Use Livewire 3's new Persist feature to create a chat widget that persists throughout your site without needing an SPA.
Read more [fly.io]
Link – – blog.eddy.management - submitted by Pascal Baljet
Caddy 2 is a popular web server written in Go. It is known for its simplicity and ease of use. It is also very easy to configure and deploy. In this tutorial, we will see how Eddy Server Management (open-source) can help you deploy Laravel apps with zero downtime.
Read more [blog.eddy.management]
Link – – www.youtube.com - submitted by Philo
Let's take a look at Laravel Prompts! In this video, we will refactor some existing CLI commands and take them to the next level. 🔥
Read more [www.youtube.com]
Original – – flareapp.io
Some fancy tricks are being used to achieve this.
Read more [flareapp.io]
Link – – flareapp.io
You can now log into Flare and Oh Dear using your Google or GitHub account. In this blog post, you'll see the code that powers the social login feature.
Read more [flareapp.io]
Whenever Oh Dear detects something wrong with your site, it can send you a notification. We have multiple channels available: Slack, Telegram, webhooks, and many more. The most popular channel our users use is just simple mail.
Behind the scenes, Oh Dear uses Postmark to send emails. Postmark will inform us whenever a notification mail results in a hard bounce. A hard bounce means that the mail won't be delivered. The most common reason for this is that the mailbox doesn't exist (anymore). This can occur when somebody changes jobs, and the work email address no longer exists.
Here's a recording of my talk that I gave Laracon US in Nashville a week ago.
Link – – ahmedash.dev - submitted by Ahmed Ammar
Diving into the core of Folio understanding how it works under the hood!
Read more [ahmedash.dev]
Link – – fly.io - submitted by Chris Fidao
We see how Laravel queues handle graceful restarts/stops, and how we can do the same in our own Artisan commands.
Read more [fly.io]
Link – – stateoflaravel.com - submitted by Tobias Petry
The emerged ecosystem around Laravel is huge and new trends are popping up all the time. This survey is an attempt to gain insight into the representation of the diverse technologies and behaviors of this outstanding community.
Read more [stateoflaravel.com]
Link – – www.conroyp.com - submitted by Paul Conroy
Value objects are a great way to add safety and consistency to PHP applications, while improving readability & testability. Let's dive into what they are, what they're not (DTOs!), and how they can help us improve our code quality.
Read more [www.conroyp.com]
Link – – flareapp.io
Here's how we handle our production secrets at Flare.
Read more [flareapp.io]
Let’s dive into some of the latest new features
Read more [youtu.be]