Latest Laravel/PHP Articles

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


There may be times when your Laravel application's queued jobs, notifications, mailables, or listeners contain sensitive information that you wouldn't want to h...
In Laravel it's common practise to after a form submit to redirect the user back to the form page and display a flash message. In this tutorial we will see how...
There are numerous guides for downgrading a Brew package but somehow, none that I tried I found to be particularly helpful, let alone working and straightforwar...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
We have been experimenting with AI for a year now, with the intention to redesign web applications monitoring introducing a new AI Bug Fixer.
I recently posted this tweet and it kinda blew up. I was not expecting it, since I didn't do anything special. To give some context: this was for a legacy PHP a...
Github Copilot was the first tool that introduced me to the power of what AI can do to help us with our day-to-day tasks.
To fix this you can tell your tests to ignore vite by adding the following to your base test case file. This will tell your tests to ignore vite and you won't g...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
In this article we're going to investigate how you can track performance metrics using Guzzle. Guzzle is a PHP HTTP client that makes it easy to send HTTP reque...
I've recently been building a new laravel package locally and when I started using this in a new Laravel project I wanted to use Github Actions as the CI/CD pro...
After migrating my dotfiles over to Mac M3 I stumbled into roadblock issue for my neovim setup. Every time I saved a PHP file, a lot of garbled data got prepend...
I decided to write down a bit of details about how I was able to install python requirements for neovim on Mac M3, because as it turns out, it is not as straigh...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
In this video, Scott discusses MergePHP with Logan Lindquist and the state of the in person PHP User Group. Copyright © 2002-2024 PHP Architect, LLC. — All amou...

www.phparch.com

PHP’s Magic Methods
As PHP developers, we need to know a lot of language features to make our code easy to write and maintain.
Server-side validation is a must, but client-side validation is also crucial: when a user attempts to submit a form, providing instant feedback and highlighting...
Laravel collection are a powerful tool to work with arrays and data. They provide a fluent, convenient way to work with arrays that makes it easy to transform,...