Latest Laravel/PHP Articles

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


403 - Forbidden | Access to this page is forbidden.
403 - Forbidden | Access to this page is forbidden.
Running an outdated Laravel application? I've been head over heels into programming the past two weeks. Today, I want to share a bit of what's going on...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.

sebastiandedeyne.com

Pull request descriptions
https://sebastiandedeyne.com/pull-request-descriptions https://sebastiandedeyne.com/tags/git https://sebastiandedeyne.com/tags/documentation I used to leave pul...

sebastiandedeyne.com

Tabular numbers
https://sebastiandedeyne.com/tabular-numbers https://sebastiandedeyne.com/tags/css One of my favorite underrated (and underused!) CSS properties is font-variant...
https://matthewdaly.co.uk/blog/2023/08/13/why-nearly-every-php-class-you-write-should-be-abstract-or-final/Published by at 13th August 2023 3:00 pm If your intr...
I came across Kubernetes a few times while looking for a simple way to manage infrastructure and deployments for over 50 PHP applications. And every time, I cam...
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.
Let's start with the basics of how a CPU works. The operating system shares the memory address where the instruction is stored, and the core retrieves it, decod...
AWS will begin charging for IPv4 addresses associated with AWS resources such as EC2/RDS instances, NAT gateways, and load balancers on February 1st, 2024. Each...
I love the movie Intersteller, which is where I first learned about Murphy's law: Anything that can go wrong will go wrong. In software development, many things...
Laravel includes an excellent queue component that allows us to delegate time-consuming tasks to background processes. A queue worker, no matter how well optimi...
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.
A few weeks ago, Jeffrey asked a question on the Laracasts channel about our predictions for the future of programmers in the AI era. Like you, I followed the A...
Most startups' and indie hackers' web apps can run on DigitalOcean's $6 VPS. You can test the market and gauge demand for your app on that VPS. Nginx i...
Let's take a look at this typical PHP code: function names() { $data = Http::get('data.location/products')->json(); $names = []; foreach ($data as $item){ $name...
Restarting Laravel's queue workers should be an essential part of your deployment script. If that's the case, the worker process will exit and your process mana...