PHP
What's new in Laravel 10?
Laravel 10 will be released on February 7, 2023. Its development is still ongoing. Let’s dive into every relevant new feature we know about already. Read more
Laravel 10 will be released on February 7, 2023. Its development is still ongoing. Let’s dive into every relevant new feature we know about already. Read more
In Mailcoach Cloud and the upcoming v6 of the self-hosted version of Mailcoach, we’ve made it much simpler to connect an email-sending service to Mailcoach. Read more
Introduction. While developing web applications we may need to create PDF files containing some text, graphs, or many more things. But do you know how it converts the content to PDF? In this post, we Read more…
In your Livewire components, you might want to display dates in the browser’s timezone. In this post, I explore how you could achieve this. Read more
In a standard Laravel application, you can schedule Artisan commands in your console kernel. While that works for most projects, we took a different route in Mailcoach. Instead of scheduling commands, we’re scheduling jobs. Read Read more…
[AdSense-A]
I'm proud to announce that we have launched a redesigned Oh Dear. If you're unfamiliar with Oh Dear, it's the best all-in-one monitoring tool for your entire website. You can register for a 10-day free trial.
You can help us spread the good news by upvoting us on Product Hunt, or retweeting our launch tweet.
In this blog post, I'd like to share what Oh Dear can do for you, how we've rebuilt various parts, and give you an overview of the technology behind the service.
What is a database view, and how can we use it to make our code cleaner? Read more
Have you ever had a huge list of values that the users needs to scroll through to get to the item they wanted, you know the classic Country dropdown, and for me who lives in Read more…