Latest Laravel/PHP Articles

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


Laravel provides a huge set of built-in validation rules, which are often enough for most projects, but sometimes there are not trivial tasks. Fortunately, Lara...
As a developer, you would be familiar with popular frameworks and various ways of using frameworks. Laravel has the aim to take the tedium out of regular web pr...
Sometimes you need to control how many times a logic is called, specially when contacting external APIs, to avoid hard errors on requests and stopping the whole...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
This tutorial assumes you already know how to set up jQuery DataTables for your webpage, and at the least basic Laravel knowledge. Security concerns: This authe...
If you're using Codeception as a testing framework for your Laravel app, you may find yourself wanting to use some of the familiar Laravel testing assertions th...
Do you think that JIT in PHP 8 is the most awaited feature? Take a look at other, in my opinion PHP 8 game changers. I can’t wait for 26 November for stable rel...
There is a classic pattern while building successful products. When it’s released, it’s great, gets widely used and everyone’s happy. Part of its success is its...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
Method Chaining is nothing but the concatenation of multiple methods to increase readability of code and avoid putting all the code in the single function. One...
Symfony 5.1.1 has just been released. Here is a list of the most important changes: Written by Written by
If you didn’t know already, Google holds these competitions for coding that happen around the world every year. In 2017’s HashCode Competition, a qualification...

levelup.gitconnected.com

PHP 7.x — P2: Comments
Frequently, it’s based on preference on which comment style you use, but other times it makes sense to use one over the other. Comments allow you to write brief...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
In the next lines, I will try to explain how to make a PHP package following some recommended rules. Furthermore, I want someone with the same requirement to ha...
We have had custom layers for a long time in Lambda, I have used them for a few mini app I have personally as well as professionally. But first things first how...
Artisan is a frequently used command-line interface that comes with Laravel which provides a set of commands that are helpful while building your application. S...
in this article we will try to authenticating Laravel API with the new Laravel Sanctum (before Sanctum it was called Laravel Airlock) on Laravel 7.x and Android...