Latest Laravel/PHP Articles

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


Today marks the release of another Laravel + Inertia.js package, this time a small one compared to last week's Tables package. This new package provides helper...
Fortunately, Laravel allows you to add manual auth without the use of any package, just Laravel’s core. In this series, we’re going to learn how to add manual a...
On one of the projects I'm working on we've decided to switch to using UUIDs as our publicly facing identifiers (in routes, API requests, etc). The motivation b...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.

morrislaptop.medium.com

Laravel Octane on Heroku
Craig Morris 5 hours ago· 2 min read Laravel Octane is a new way of running Laravel applications at super high speeds: “Laravel Octane supercharges your applica...
There are many errors in PHP that are like siblings: undefined variable, undefined property, and undefined index for instance — and they all range in severity b...
Ever launched a project and immediately realized that you need a blog or article section to reach out to new visitors or share in social media? Just released is...
Scout APM helps PHP developers pinpoint N+1 queries, memory leaks & more so you can troubleshoot fast & get back to coding faster. I was flattered being asked t...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.

sebastiandedeyne.com

Lessons from Atomic Habits
I first heard of James Clear during Justin Jackson’s Laracon 2019 talk in New York, when he quoted: Every action you take is a vote for the type of person you w...
Stack Overflow is an essential resource when it comes to learning something new about programming. It is easily searchable, used by millions of people, and extr...
Podcast Archive › Serverless LAMP, Refactoring Legacy Code, and Functional Programming Serverless LAMP, Refactoring Legacy Code, and Functional Programming Eric...
When running your application under Laravel Octane, one major thing changes; your application is booted only once when the Octane workers start, and that same i...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
Recently I have has a challenging experience with integrating MS Access backup files (.mdb format) into my own MySQL database. That was part of small web applic...
Designing in the browser is one method to create our websites or applications. For me, it is a convenient way the design, and in this article, I try to tell you...
In this article you will learn how to create a simple Event-Driven Architecture app with Laravel and RabbitMQ. We will build a simple Microservices example with...

sebastiandedeyne.com

The window.matchMedia API
To execute a piece of code when the viewport is a certain size, the first thing that comes to mind is adding a resize event listener to the window object. This...