Two-factor authentication (2FA) is one of the best ways to protect your user accounts from hackers. In this tutorial, we will explain the most important things you need to know about implementing 2FA in Laravel framework.
React.js is the most popular front-end JS framework. There are a few ways to use React in Laravel projects, and in this tutorial, we will cover so-called RILT stack with examples, also touching the alternative of using Next.js with Laravel API.
Let me share the guidelines for Cursor / Claude Code / Codex / etc I use as "User rules". I'm planning to update this article with more changes in the future.
To achieve dynamic behavior in Laravel projects, you can use JavaScript, and Vue.js is one of the most popular solutions. This article will provide an overview for Laravel developers who hasn't started with Vue.
In Laravel, you often need to check things before users reach the Controller. For that, you would use Middleware. Let me explain how it works with examples.