Latest Laravel/PHP Articles

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


themsaid.com

Go with PHP
Read the following code as if it were a documentation page: $user = $request->user(); if ($user->cannot('place-order')) { abort(403); } $validated = $request->v...
Laravel 8 ships with a neat feature that allows us to dispatch a group of jobs to the queue to be executed in parallel. We can monitor these jobs and execute ce...
If you're running your queue workers on a server with limited resources, or a server that's also used to serve HTTP requests and do other tasks, it's important...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
There has been a debate—for a long time—on whether or not PHP is a good choice for long-running processes. Based on my experience working on large scale project...
Let's perform a dive into how workers run your jobs. You have to manually restart the worker to reflect any code change you made in your application. T...
The person holding the chicken is the only person who is allowed to talk. If you don't hold the chicken you cannot speak. Replace Chicken with Mutex an...
In this series of video tweets, I've explained some of the most confusing Queue configuration keys: Recorded a short video explaining some of the most confusing...
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.
Fly.io can build and run your Laravel apps globally, which is especially good for Livewire! Deploy your https://fly.io/docs/laravel/ on Fly.io, you’ll be up and...
In the previous article, we built a https://artisansweb.net/build-carousel-block-for-gutenberg where we allow uploading multiple images using the MediaUpload co...

sebastiandedeyne.com

Description lists in Markdown
https://sebastiandedeyne.com/description-lists-in-markdown https://sebastiandedeyne.com/tags/markdown A lesser-known piece of Markdown syntax (and HTML) are des...
https://sebastiandedeyne.com/ https://sebastiandedeyne.com/about https://sebastiandedeyne.com/speaking https://sebastiandedeyne.com/uses https://sebastiandedeyn...
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.
In this article, I'm going to show you how to dockerize an application that has the following components: Laravel API It's monorepo containing these folders: ap...
https://ohdear.app is the all-in-one monitoring tool for your entire website. We monitor uptime, SSL certificates, broken links, scheduled tasks and more.

peterbabic.dev

PHP xDebug in Docker
This is a trashpost mostly used to store all the links I had in my tab. There might me incomplete, missing or conflicting information below so take this with a...
https://twitter.com/sam_apostel Monday 31st of July 202331st of July 2023 Picture this: a bunch of developers, most of them back-enders, are given a Figma desig...