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.