Inertia.js enables you to build SPAs with a traditional backend framework and a modern JavaScript frontend with server-side routing.
This guide demonstrates how to implement JWT authentication in Laravel 10. We also review Laravel’s features and compare JWT authentication to Sanctum and Passport.
Learn how Node.js compares to Laravel Octane in this detailed post with comparison code snippets, performance benchmarks, and more.
Learn how to create a single-page app using Vue and Laravel, a PHP framework known for its clean syntax, expressiveness, and many other qualities.
In this article, we’ll take a look at the best chart libraries in Laravel and how you can use them in your projects.
Learn how to use Laravel Octane, a package that serves Laravel apps with Swoole or RoadRunner to improve performance.
This demonstration shows how to upload images from a React Native app to a Laravel API in a few quick and easy steps.
Laravel WebSockets is a great open source alternative that allows you to easily add WebSocket support to your Laravel >5.7 application.
Protect your applications easily by implementing Laravel Sanctum, a package for authentication of SPAs, mobile applications, and token-based APIs.
Discover how validating arrays and nested values allows you to more effectively deal with data transmitted from your frontend.
Here’s a breakdown of the most recent and upcoming Laravel releases, the newest of which was released in early February.
Your ultimate guide to polymorphic relationships in Laravel.