Latest Laravel/PHP Articles

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


In this tutorial, we are going to calculate the numbers of days between two given dates using PHP. Let dive right in. A bit about the problem we want to solve....
This post is just a little sharing about how we can handle validation by using unique rule in requests but ignore certain unique check.
Earlier in Pathao days, back in 2017, one of my colleagues Nahid Bin Azhar released a very good wrapper around the GuzzleHttp client. As we had to communicate w...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
Example of how to have a Service Layer with DTOs using Laravel Validator. A Service Layer is a design pattern. Design patterns are common solutions in software...
This tutorial will show you how you can setup a repo that contains all your rules, and easily share them with others. PHP-CS-Fixer is an open-source tool that c...
Welcome to Laravel, one of the best PHP framework to date (atleast from google trend). For newbie of Laravel and (or) PHP framwork, i present to you new guide t...
There are the Following The simple About How to get last executed query in Larave 6? Full Information With Example and source code.
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
PHPUnit 8.5.3 by Sebastian Bergmann and contributors. .. . . . .
The middleware in web applications is the mid-layer between the HTTP request and the application logic. The middleware process incoming requests and execute the...
Faça requisições de forma simples e sem burocracia!
Laravel provides one of the best mechanisms to filter your incoming HTTP request parameters. In this blog, we will build one such middleware where you will be a...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
At times, you would possibly want to make an app that uses a phone number/password pair as a way of authentication, as against the traditional email/password pa...
On Laragon app i did not find out how to change ‘domainname.test’. I try to change the host name .test to something. I seached on google stackoverflow but I did...
Let’s be honest: the most boring thing about Laravel is creating the whole application database schema from scratch.
Facades, in Laravel, is basically a way of using Laravel’s classes without injecting them into the constructor of the class in which you want to use them.