Latest Laravel/PHP Articles

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


In 14 months old post How to Test Monorepo in 3 Layers we talked about testing monorepo in 3 layers. So you can be sure every package works as it should. 3 laye...
Problem: The problem was only really noticeable for me with the login process as this is where the sessions are most important. I noticed that if two users logg...
There are not toooooooooo many Two Factor Authentication packages for PHP out there. The ones I found mostly vary between two offerings: I’m not against these t...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
Traits in PHP is a way of re-using the code. Basically, Traits are assistive copy-paste mechanism provided by the language itself. Using Traits, developers can...

blog.laravel.com

Vapor: Job Timeouts
On February 10th, we've released v2.4.1 of laravel/vapor-core. This release includes an important fix for long running queued jobs. Before this fix, long runnin...
Sebastian Aigner, a passionate education-focused developer advocate at JetBrains, talks about working with students as well as his path from university to JetBr...
Guys, it’s outstanding weather and the best time to share some knowledge about technologies. Well, the last decade was full of inventions in technology. Let me...
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.
If you are also messed up with JWT Multi-Model, then this article is for you. In this article, I’m going to explain how, you can use any other model than Users...
Certified Laravel | PHP | Magento Developer.

divinglaravel.com

Asynchronous PHP
PHP code is blocking, meaning that one block of code will not run until the block prior to it has finished. It wasn't built with asynchronous execution in mind...
This article analyses the reason of using Object Oriented Programming for PHP newcomers. In my personal opinion anyone can find thousands of tutorials for Objec...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
GraphQL is a simple query language for APIs, which provides all the relevant information about the data, present in that particular API. Avoiding text string wh...
In this article, you will learn how to authenticate API routes using Laravel Passport, basically, you will be creating a Login, Register and Logout API endpoint...
In this article, I will be walking you through basic authentication for your flutter application using a Laravel Backend. Flutter is Google’s UI toolkit for bui...
When starting out with Laravel, I’d looked at people’s code and seen them make use of the pluck method and never really understood what was going on. I’d never...