Latest Laravel/PHP Articles

Latest Laravel/PHP Articles curated daily from around the web.


Just a very quick update about how I was able to restore a git repository stored inside a Gitea and backed up via restic. Warning: this guide most probably does...
I'm proud to announce that we have launched a redesigned https://ohdear.app. If you're unfamiliar with Oh Dear, it's the best all-in-one monitoring tool for you...
A common debate in the community is whether you should use SQLite or the same database that you use in production for your tests; assuming you don't use SQLite...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
I finally moved a step away from WordPress and now I am using Laravel as the backend for this blog. WordPress ecosystem provided all the plugins and systems tha...
https://ohdear.app is the all-in-one monitoring tool for your entire website. We monitor uptime, SSL certificates, broken links, scheduled tasks and more.
I've used a lot of packages throughout the years and in this list I want to show you my all time favorites. laravel-excel https://laravel-excel.com/ The single...
https://matthewdaly.co.uk/blog/2022/10/02/everythings-potentially-a-callable/'Published by at 2nd October 2022 7:30 pm I'm a big fan of callables in PHP in gene...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
This article is the continuation of my previous https://dev.to/ibrarturi/setup-docker-container-for-mailhog-to-use-it-with-laravel-app-4g00 in which we setup do...
You can use the Prunable trait to automatically remove models from your database. You can permanently remove soft deleted models after a few days. class Example...
In this article, we will see how to generate a pdf and send an email in laravel 8. For generating PDF files we will use the "laravel-dompdf" package also we wil...
HTTP caching allows you to store a response to a request allowing your browser to reuse stored responses for subsequent requests. This gives you advantage of no...
Achieve superior email deliverability with ToastMail! Our AI-driven tool warms up inboxes, monitors reputation, and ensures emails reach their intended destination. Sign up today for a spam-free future. Achieve superior email deliverability with ToastMail! Our AI-driven tool warms up inboxes, monitors reputation, and ensures emails reach their intended destination. Sign up today for a spam-free future.
https://ohdear.app is the all-in-one monitoring tool for your entire website. We monitor uptime, SSL certificates, broken links, scheduled tasks and more.
As of the 27th September 2022, I've officially been freelancing full-time for an entire year! Recently, I've had several people ask me on https://www.linkedin.c...
Laravel Tagged Cache is a reasonably straightforward wrapper around the cache implementation to reduce complexity regarding caching in your Models. Note that th...
Laravel Backed Enums is an awesome package that supercharges your PHP8-backed enums with superpowers like localization support and fluent comparison methods. Th...