Latest Laravel/PHP Articles

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


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...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
There are the Following The simple About How to get last executed query in Larave 6? Full Information With Example and source code.
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!
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.
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...
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.
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
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.

blog.laravel.com

Laracon Online 2020
Hey everyone! As many of you know, we had to cancel Laracon US 2020 due to the ongoing pandemic and travel restrictions. While unfortunate, it led me to step ba...
In case you didn't notice, recently I have been working in a secret project called Pest: an elegant PHP Testing Framework with a focus on simplicity. Pest is un...
Today I released Laravel 7.9.0. This release includes two improvements for Blade components. First, the release fixes a developer experience issue when using Bl...