Latest Laravel/PHP Articles

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


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.
Splade provides a super easy way to build Single Page Applications (SPA) using standard Laravel Blade templates, enhanced with renderless Vue 3 components. To l...
When writing request validators in Laravel, it is useful to know which incoming data will lead to a validation error, and which data will pass. A convenient way...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
Discord Webhook is a fantastic package that helps you to generate beautiful discord messages and send them with webhook. You can install this package via compos...
Programming Language Development 101 - The Language Let's start by taking a look at the language we're going to be developing. We'll call the language plod (exp...
Compiling PHP's conditional statements to Rust It's time to take another step into compilation land and look at compiling PHP's conditional statements (if state...
Experimentally compiling PHP code to Rust Some of you might already know that I've been working on a handwritten PHP parser in Rust. Inspired by Tim's...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.

ryangjchandler.co.uk

Macros in Laravel
Laravel's Illuminate\Support\Macroable trait allows you extend classes at runtime with custom methods. The idea is that you provide a named Closure, or callable...
https://dev.to/holyfalcon https://dev.to/holyfalcon Posted on Sep 7 In this section, I will review how many requests we can handle in Laravel based on my experi...
I use one computer for both my personal and business projects. This means I have multiple github accounts that I use on the computer. The problem with that is t...
Here is a quick code snippet you can use in your projects to check if an array is empty. const isNotEmpty = arr => Array.isArray(arr) && arr.length > 0;isNotEmp...
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.

www.phparch.com

Making Code
https://www.phparch.com/article/real-world-ast/ By https://www.phparch.com/community/tomas-votruba/ AST is a technology that changed my life and the way I view...
In this tutorial we're going to use the https://tailwindcss.com/ to build a login page for a new app. The final result for this login page is going to look like...
Sending an email is one of the most important additions to any system; be it Transactional emails or sending newsletter emails. In recent surveys, https://www.c...
Share links exist on almost every page in every project, creating the code for these share links over and over again can be a pain in the ass. With Laravel Shar...