Latest Laravel/PHP Articles

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


Often developers tell me, that a decent amount of work will not result in a secure application. In most cases, it is fairly easy to harden your application and...
It is a collection of 3 PHP benchmarks It is tested under PHP 7.4 + 64bits + Windows 64 bits but you could download it and test it by yourself (it is the idea)...
When developing a project for a client, a doubt arose: how create a dynamic query using only Eloquent? Maybe, you can think: “It’s easy! We can use the method w...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
I recently created the first beta release of an application for a client and I needed a way to get feedback from them. Previously, I used shared hosting to host...
In our applications, it sometimes happens to send realtime data without loading the webpage. I created a full project which sort of covers the chatting system....
Frameworks are good stuff, at least for middle to big enterprise applications. On the other hand, there are valid use cases where you probably don’t need all th...
Just copy and paste, and you are done. Follow the below steps one by one to easily integrate Paypal into your laravel project: There are two types of API modes...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
Lumen is a micro-framework written in PHP, developed by the same Laravel team for web application development. The Lumen source code is hosted on GitHub under t...
Eloquent is a beautiful Active Record implementation provided by Laravel. So as a developer its an obvious feeling to write better looking code in Laravel. ...
In this tutorial we’re going to learn how to setup and use scheduled tasks with Laravel to perform the same tasks on a regular timescale. To use scheduled tasks...
Check how easy it is to have proper syntax highlighting added to your code blocks: Turns into this when you save: How easy was that?!? Couldn't be any easier to...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
If you enjoy reading my blog, you could consider supporting me on Patreon. This post lists the highlights, though there's much more to this release. You can rea...
How To Guides & Software Tutorials Its popularity lies in its simplicity, easy configuration, and flexibility. Before we actually start writing code, y...
The goal is to prevent one tenant that's pushing too many jobs from delaying job processing of other tenants. That way, if one tenant dispatches a bulk...
Hello guys, I uploaded my new tutorial on how to install LEMP stack (Ubuntu 20.04) You can watch it here: Part 1 Ubuntu 18.04 Part 4 ...