laravel
Protect your applications easily by implementing Laravel Sanctum, a package for authentication of SPAs, mobile applications, and token-based APIs.
This guide demonstrates how to implement JWT authentication in Laravel 9. We also review Laravel's features and compare JWT authentication to Sanctum and Passport.
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.
In this guide, we'll compare Laravel's Livewire and Inertia.js frontend templates, and help you decide which to use in your next project.
Create magic login links with Laravel, so users can login via a link sent to their email instead of remembering a password.
See how Laravel's Dusk provides end-to-end browser testing for Laravel applications, bringing client-side feature insight in real time.
Learn how to create a project with Docker and Laravel Sail with this tutorial that includes useful commands to know before getting started.
Learn how to implement Laravel Passport in your API with this tutorial and step-by-step example build.
Laravel Livewire's full stack-framework connects the backend and frontend by allowing real-time interactivity with minimal JavaScript.
Laravel 8 was released on September 8th, 2020. This release continues the improvements made in the previous release (version 7), as well as new...