Latest Laravel/PHP Articles

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


Laravel Framework provides a robust mechanism to filter all HTTP requests using the Laravel Middleware classes, the most common example is auth middleware which...
Previously, we have tried how to create a route and process it inside the routes/web.php file. Now we will make a route, then handle it in a controller, as this...
We all wish we had the ability to meet instantly — well except for old Mr. McFly (who probably wished he wasn’t in the future).
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
Laravel 6 came with a hero’s welcome recently. When I started to try to see how the new one is, I was straight away hit at a wall. Make Auth command is not anym...
Queueing jobs is probably the best way to avoid letting the user spend several seconds staring at a “Loading…” screen, or worse, closing the browser and calling...
Most of the time, I have to send to the user via mail or SMS a link to the site to validate some action. These actions often include registrations, confirming a...
This tutorial is aimed at complete beginners, so, the API we’ll be building will be as barebones as possible. This tutorial assumes you’re already on the correc...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
Couple months ago I was trying to find a new solution for my project, and I had built a SPA dashboard with Vue (using this great framework, Laravel Lumen as API...
We all have been introduced to PHP a very long time ago and since then it spread like a wildfire in web development. As a website development company, we know h...
This article we are going to learn is: How to install and run the swoft websocket server. This article is one of a series of articles on the Swoft HTTP Server....
Let me introduce these two packages for those who are new to it. Laravel makes API authentication a breeze using Laravel Passport, which provides a full OAuth2...
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.
CSRF, also known as XSRF, Sea Surf or Session Riding, is a common attack that tricks a web browser into executing an unwanted action in an application to which...
Today we are going to continue to learn common design patterns in PHP. In the previous part, we already discussed the Factory Method Pattern and Strategy Patter...
1. Lazy collections 2. Laravel Vapor compatibility 3. Job middleware In this course, one topic per section, we’ll get you up to speed in no time. This Laravel 6...
Because I hard coded the login credentials you need to put the username as “admin” and the password as “pass”. CSRF token is stored against the session identifi...