Latest Laravel/PHP Articles

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


Pay4Me is a cross-border solution focused on tuition payments for international students and immigrants. We began operations in 2020 and officially launched in...

stephenjude.me

A Recap of 2024
This year I published 2 FilamentPHP plugins which has gained massive adoption in the Laravel community. This year I published an article on the Pay4Me blog on h...
I’ve finally built the CodeIgniter monitoring package. Sentry, Bugsnag, and other well known tools do not offer native integration for this framework and a lot...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
This week I needed to debug an issue when Paypal Express was being used and it was throwing a “We can’t place the order”. If you’ve ever looked into the Paypal...
In most applications, administrators need a way to manage data. Whether it's a blog's articles and comments, a store's products and orders, or a theater's event...
Here's a short function for fish shell I am currently using to merge photos into one pdf and then optimize it to massively reduce the resulting size, for instan...
Recently a friend came to me asking for help with a repair of their Sony WH-1000XM4 headphone with Active Noise Cancellation technology. The problem was that on...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.

www.phparch.com

PHP Podcast 2025.01.02
This week on the PHP Podcast, Eric and John talk about PHP Tek 2025, PHP RFCs, TweakPHP, Ghostty, PsySH, new Git Commands, Lando, SearXNG, and more… The PHP Pod...
PHP file upload can expose your application to serious risks like code execution, server overload, and data breaches. Here’s how to secure them: Quick Tip: Comb...
Recognizing error patterns in PHP can transform debugging from frustrating to efficient. By identifying recurring issues and their root causes, developers can i...
The Laravel logging system helps you track application events and errors using configurable log channels. Here’s what you need to know: This article walks you t...
Glimpse streamlines Laravel development by seamlessly deploying GitHub pull requests to preview environments with the help of Laravel Forge. Glimpse streamlines Laravel development by seamlessly deploying GitHub pull requests to preview environments with the help of Laravel Forge.
Laravel‘s logging system helps you track application events and errors efficiently. It uses channels to define where logs are sent (e.g., files, Slack) and stac...
Wow - I just noticed that I did not write any review blog posts for the last 3 years! I actually really like these review blog posts, as they allow me to reflec...

www.phparch.com

Time For PHP
I hope everyone is doing well as we approach the end of 2024. This year has been fantastic for PHP, PHP projects, and the PHP community as a whole. We witnessed...
PHP file upload can expose your application to serious risks like host broken files, upload executable files, server overload, and data breaches.