Latest Laravel/PHP Articles

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


In this article, I’m going to explain, how you can make and use a Global function to Resize and Upload Images using third party package “intervention/image”. Op...
The other day I was working with one of our partners, a member based organisation, integrating their portal with our platform. The use case was simple: allow th...
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...
Glimpse streamlines Laravel development by seamlessly deploying GitHub pull requests to preview environments with the help of Laravel Forge. Glimpse streamlines Laravel development by seamlessly deploying GitHub pull requests to preview environments with the help of Laravel Forge.
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...
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...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
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...
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.
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.

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...
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...