Latest Laravel/PHP Articles

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


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).
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...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
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...
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...
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.
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...
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...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
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...
Laravel built with testing in mind. Laravel support PHPUnit testing.
The problem I had was simple. I wanted to create a summary API of one of my resources, and I wanted to do it the way that would be the best for the project and...