Latest Laravel/PHP Articles

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


iwasherefirst2.medium.com

How do Laravel sessions work?
Before we start, let us recap what a session actually is: Your web application can store whatever it wants on the clients cookie. For example, the username and...

arohi-adhyaru.medium.com

Say Hello to Laravel Livewire!
Developing tools like vue and React are considered robust frameworks for the developing process, but they can also make things more complicated. Let me introduc...
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...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
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...

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...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
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...

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...
Achieve superior email deliverability with ToastMail! Our AI-driven tool warms up inboxes, monitors reputation, and ensures emails reach their intended destination. Sign up today for a spam-free future. Achieve superior email deliverability with ToastMail! Our AI-driven tool warms up inboxes, monitors reputation, and ensures emails reach their intended destination. Sign up today for a spam-free future.
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...
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...