laravel

Creating a single-page app with Laravel and Vue

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.
Abiodun Solomon
8 min read

Exploring the best Laravel chart libraries

In this article, we’ll take a look at the best chart libraries in Laravel and how you can use them in your projects.
Samson Omojola
9 min read

A quick guide to optimizing Laravel apps with Octane

Learn how to use Laravel Octane, a package that serves Laravel apps with Swoole or RoadRunner to improve performance.
Abiodun Solomon
3 min read

How to upload images from React Native to a…

This demonstration shows how to upload images from a React Native app to a Laravel API in a few quick and easy steps.
Vijit Ail
5 min read

How to set up Laravel WebSockets on a subdomain

Laravel WebSockets is a great open source alternative that allows you to easily add WebSocket support to your Laravel >5.7 application.
Salem Nzeukwu
8 min read

Laravel Sanctum tutorial: Authenticating Nuxt.js SPAs

Protect your applications easily by implementing Laravel Sanctum, a package for authentication of SPAs, mobile applications, and token-based APIs.
Chimezie Enyinnaya
8 min read

Implementing JWT authentication in Laravel 9

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.
Clara Ekekenta
9 min read

Validating arrays and nested values in Laravel

Discover how validating arrays and nested values allows you to more effectively deal with data transmitted from your frontend.
Lloyd Miller
6 min read

What’s new in Laravel 9?

Here's a breakdown of the most recent and upcoming Laravel releases, the newest of which was released in early February.
Stephan Miller
7 min read

Polymorphic relationships in Laravel and their use cases

Your ultimate guide to polymorphic relationships in Laravel.
Adewale Abati
6 min read

Livewire vs. Inertia.js: Comparing Laravel frontends

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.
James James
6 min read

Magic login links with Laravel

Create magic login links with Laravel, so users can login via a link sent to their email instead of remembering a password.
Ozzie Neher
14 min read