Tag: laravel
20 articles
- Setting Up Laravel 11 with Sanctum and Fortify
How to set up Laravel 11 with Sanctum and Fortify for use as a headless API that your Vue SPA can consume.
- Building a Laravel API with Vue SPA: Introduction
A step by step guide on how to build a Laravel 11 API with a Vue 3 SPA to consume its data using Sanctum and Fortify.
- Authentication in a Vue SPA with Laravel Sanctum & Fortify
How to set up full authentication using Laravel Sanctum & Fortify in a Vue SPA. Vue SPA Article
- Authentication Using Laravel Sanctum & Fortify for an SPA
How to set up full authentication using Laravel Sanctum & Fortify in a Vue SPA. Laravel API article
- Switching to Laravel Sail
A quick write up for using Laravel Sail, with a solution to the set-up errors you can run into.
- Managing Redis Locally For Laravel Projects
I recently found a neat app for managing your local databases from the makers of TablePlus. Read a short review of it.
- Laravel Testing Using GitHub Actions With MYSQL
Using GitHub actions for automating your Laravel tests is fairly straight forward, given the starter workflow they provide.
- Laravel Valet Installing PHPRedis with PECL/Homebrew
This post was written 3/2/2020 and explains how I got Redis working using Laravel Valet.
- VueJS Auth Using Laravel Sanctum
How to set up basic authentication using Laravel Sanctum in a VueJs SPA.
- Update A User Profile In Laravel
If you need to update other fields along with a unique field then you need to tell the unique rule to ignore the user's ID.