Latest Laravel/PHP Articles

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


medium.com

What Is HTTP
HTTP stands for Hyper Text Transfer Protocol, (the protocol the web relies on most).
One of the really common things you do when building web apps is storing passwords for user accounts. Here’s what you need to know: I’ll go into each of these i...
Yesterday we launched an exciting new feature for Laravel Forge: database backups! Laravel team member James Brooks has been working hard on this feature for se...
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.
I’ve always been a big fan in general of tools that provide feedback about the quality of my code.
PHP is a general purpose open source scripting language mainly suited for web development. PHP is in-short C binary.
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...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
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...
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...
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.

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