Latest Laravel/PHP Articles

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


I’ve been working on a project where each module of the application needs to upload an image and multiple images and I was unaware of the SEO working regarding...
In this article I will first explain how the queues work and in the second part we will install Symfony, messenger component and rabbitMQ and we will create a s...
From the official Redis website, Redis is an open source (BSD licensed), in-memory data structure store, used as a database, cache and message broker.
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
If you’re using GitHub repository’s web URL as its remote and if you’ve two-factor authentication turned on for your account, you’re going to face an issue in a...
To use Json function, certain Requirements in the Environment are needed. The Functions are supported from 5.7.8 on MySQL and 10.2.3 on Maria. We assume, that t...
The file for routing is placed in routes directory (routes/web.php) By editing web.php, we can define the routes. We can use route parameters for capturing segm...
I've known about Amazon S3 Transfer Acceleration for a while but haven't had a good use-case. In brief, this feature allows you to speed up direct user uploads...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
Laravel comes with a multitude of ways to validate request parameters. For instance, you could use Illuminate\Http\Request’s validate method where you can speci...
For the needs of various projects and to satisfy my curiosity, I’m hosting on AWS with a lot of help from Bref, that makes it almost as easy as pie and kind of...
If a project extends beyond a local machine, you will most probably have to get integrated with some third party systems. I’d like to consider the case when suc...
So of course we did what any sane developer does when he catches himself duplicating code — we made a common library to install into all our microservices. Comm...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
Beginning today, Forge will provision all new servers with Ubuntu 20.04, the latest Ubuntu LTS release. If you would like to provision a new server using Forge'...

stitcher.io

The IKEA effect
A few days ago while I was browsing the forums, I stumbled across a discussion that was the spark for this article. In short the OP was having problems with an...
copy .env.example .env: Normally every project has a default .env.example file. So make a new .env file from that. Also config the DB credentials inside the .en...
One of the things I originally found difficult in the Laravel framework is testing emails. As someone who’s worked on a package to perform unsubscribes in Larav...