Tag: laravel

Implementing Json Web Token Authentication In Laravel 10

Implementing JWT authentication in Laravel 10

Dev

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.

Clara Ekekenta
Feb 28, 2024 ⋅ 13 min read
Laravel Octane vs. Node.js: Performance and features

Laravel Octane vs. Node.js: Performance and features

Dev

Learn how Node.js compares to Laravel Octane in this detailed post with comparison code snippets, performance benchmarks, and more.

Abiodun Solomon
Sep 29, 2023 ⋅ 8 min read
Create Single Page App Laravel Vue

Creating a single-page app with Laravel and Vue

Dev

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
Dec 12, 2022 ⋅ 8 min read
Using Laravel Chart Libraries In Your Projects

Exploring the best Laravel chart libraries

Dev

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
Nov 21, 2022 ⋅ 9 min read
Optimize Laravel Octane

A quick guide to optimizing Laravel apps with Octane

Dev

Learn how to use Laravel Octane, a package that serves Laravel apps with Swoole or RoadRunner to improve performance.

Abiodun Solomon
Oct 19, 2022 ⋅ 3 min read
React Logo

How to upload images from React Native to a Laravel API

Dev

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
Sep 22, 2022 ⋅ 5 min read
How To Set Up Laravel WebSockets On A Subdomain

How to set up Laravel WebSockets on a subdomain

Dev

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

Salem Nzeukwu
Jul 26, 2022 ⋅ 8 min read
laravel-sanctum-tutorial-authenticating-nuxtjs-spas

Laravel Sanctum tutorial: Authenticating Nuxt.js SPAs

Dev

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

Chimezie Enyinnaya
May 13, 2022 ⋅ 8 min read
Validating Arrays Nested Values Laravel

Validating arrays and nested values in Laravel

Dev

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

Lloyd Miller
Apr 6, 2022 ⋅ 6 min read
Laravel Logo

What’s new in Laravel 9?

Dev

Here’s a breakdown of the most recent and upcoming Laravel releases, the newest of which was released in early February.

Stephan Miller
Mar 7, 2022 ⋅ 7 min read
polymorphic relationships laravel feature image

Polymorphic relationships in Laravel and their use cases

Dev

Your ultimate guide to polymorphic relationships in Laravel.

Adewale Abati
Sep 18, 2021 ⋅ 6 min read
Laravel Livewire vs. Vue

Livewire vs. Inertia.js: Comparing Laravel frontends

Dev

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
Sep 4, 2021 ⋅ 6 min read