Latest Laravel/PHP Articles

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


Although there's many ways to do this in Laravel, the simplest way is with a piece of web middleware. When an authenticated user visits a route in our applicati...
For example, after a model gets created I don't want anyone to be able to update that record again. Instead, it should get overwritten with a brand new record a...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
There are 2 way to delete all of the records for a model. This is perfect for when you don't need to modify which records are being deleted and just want to del...
It’s a simple concept: when you create a link from page A to page B, page B will also reference page A. With traditional hyperlinks, page B wouldn’t know about...
Scout APM helps PHP developers pinpoint N+1 queries, memory leaks & more so you can troubleshoot fast & get back to coding faster. The release of PHP 8.1 will b...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
Scout APM helps PHP developers pinpoint N+1 queries, memory leaks & more so you can troubleshoot fast & get back to coding faster. I'm working on a new feature...
Scout APM helps PHP developers pinpoint N+1 queries, memory leaks & more so you can troubleshoot fast & get back to coding faster. I'm working on a new feature...
I don’t like keeping an SSH connection open just in the off chance that I’ll need to run a command line tool. I also don’t like having to connect to a vagrant b...
Space helps teams stay connected and manage their workflows, allowing them to streamline their work and get it done using a single platform rather than a stack...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
isa glanced around one more time. But she knew one thing: getting a job here wouldn’t come easy. I was quite impressed with your code Lisa, but I have...
So you have built a shiny new web app and disabled personal teams, it's time to build and deploy! In a future article (I will link here once written) we will go...
Here's my review of Netlify Dev after a few hours of using it. This is my first pass at a reverse proxy script using Cloudflare Workers. Sends a reques...