Latest Laravel/PHP Articles

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


PHP 8 is already in it's release candidate stage, with RC 3 being released on October 29th, and the general availability release targeted for November 26th. So...
No matter if you’re brand new to Laravel or have been using it for years, there’s always something new to learn. It’s also likely that you’ve run into a cod ing...
Data Transfer Object is an element used to pass data between various places in application. Let’s assume we need data from database to create some report.
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
· October 26, 2020 · ⋆ PHP I’ve said it earlier and I’m saying it today as well that Composer is the backbone of modern development in the PHP landscape.
After moving my laravel application over to docker I noticed a huge performance impact. One of the pages had 5 api requests on load each taking around 2s, which...
Sometimes applications get written by interns. Once you introduce an auth system such as FusionAuth, you typically want to have all applications use it, even th...
Once you start diving into the Laravel documentation you’ll find a lot of features that aren’t much talked about in the docs. There are a lot of powerful and ea...
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.
Here's the problem we are trying to solve: Each time a product is updated, we want to dispatch a job that updates the search index. If several products were upd...
Hi, I will talk about the Singleton design pattern without going into too much detail.What are the b enefits of using a design pattern?There is 1 specific solut...

jmourajn.medium.com

Eloquent Search Examples
Let's start with a basic scenario, A tenant has N users, each user has a config and a profile: Bring all users wich have: user column is_active in config relati...
Isn't that one of the many, manyavailable Laravel Forge CLI tools? So, yeah - Forge CLI is a CLI tool to interact with your Laravel Forge provisioned s...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
Laravel Sanctum is a lightweight authentication system for SPAs and mobile, it’s the token based APIs, here is a simple example with Vue.js. Firstly, initial th...
Macros are ready-made functions, made available by Scriptcase, to assist in the construction of our projects. Whether you are a basic, intermediate or advanced...
Here are the steps you can follow to install swagger to your PHP application. Step open your project in Visual Studio Code or any editor open terminal and Go to...

levelup.gitconnected.com

Microservices with PHP and Lumen
PHP was developed in 1994 by Rasmus Lerdorf as a simple way to intermix code executed on the server and standard HTML. It was translated to pure HTML on the ser...