Latest Laravel/PHP Articles

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


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...

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...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
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...

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...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
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...

stitcher.io

Uses
Scout APM helps PHP developers pinpoint N+1 queries, memory leaks & more so you can troubleshoot fast & get back to coding faster. People keep asking me about m...
Minifying is a renowned code minimization or code compression technique. Sometimes you want to edit your minified code again. Unminify is a free online...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
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.
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.
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.
Favicon Fetcher is a fantastic Laravel package that can be used for fetching favicons from websites. You can install the package via Composer: composer require...